public code v1

This commit is contained in:
Francisco Jesús Martínez Mimbrera
2026-05-23 00:32:57 +02:00
commit 759a8968a2
4357 changed files with 163763 additions and 0 deletions
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="flintstones.method.extension">
<method
category="flintstones.entity.method.sorting"
implementation="flintstones.method.flowsort.FlowSortMethod"
uid="flintstones.method.flowsort">
<phase
uid="flintstones.method.common.phase.collectweights.criterion">
</phase>
<phase
uid="flintstones.method.flowsort.phase.gathering">
</phase>
<phase
uid="flintstones.method.flowsort.phase.alternativeinformation">
</phase>
<phase
uid="flintstones.method.flowsort.phase.globalresult">
</phase>
</method>
</extension>
</plugin>