23 lines
711 B
XML
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>
|