Files
Flintstones/bundles/flintstones.method.ahp.sort/plugin.xml
T
Francisco Jesús Martínez Mimbrera 759a8968a2 public code v1
2026-05-23 00:32:57 +02:00

31 lines
902 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="flintstones.method.extension">
<method
category="flintstones.entity.method.sorting"
uid="flintstones.method.ahp.sort"
implementation="flintstones.method.ahp.sort.AHPSortMethod">
<phase
uid="flintstones.method.sorting.phase.alternativeprofile">
</phase>
<phase
uid="flintstones.method.sorting.phase.criterioncriterion">
</phase>
<phase
uid="flintstones.method.sorting.phase.profileprofile">
</phase>
<phase
uid="flintstones.method.ahp.sort.phase.ranking">
</phase>
<phase
uid="flintstones.method.ahp.sort.phase.groupaggregation">
</phase>
</method>
</extension>
</plugin>