31 lines
902 B
XML
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>
|