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

23 lines
711 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="flintstones.method.extension">
<method
category="flintstones.entity.method.multicriteria"
implementation="flintstones.method.promethee.PrometheeMethod"
uid="flintstones.method.promethee">
<phase
uid="flintstones.method.common.phase.collectweights.criterion">
</phase>
<phase
uid="flintstones.method.promethee.phase.gathering">
</phase>
<phase
uid="flintstones.method.promethee.phase.result">
</phase>
</method>
</extension>
</plugin>