26 lines
783 B
XML
26 lines
783 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.waspas.WASPASMethod"
|
|
uid="flintstones.method.waspas">
|
|
<phase
|
|
uid="flintstones.method.common.phase.collectweights.expert">
|
|
</phase>
|
|
<phase
|
|
uid="flintstones.method.common.phase.collectweights.criterion">
|
|
</phase>
|
|
<phase
|
|
uid="flintstones.method.numeric.common.aggregation">
|
|
</phase>
|
|
<phase
|
|
uid="flintstones.method.waspas.results">
|
|
</phase>
|
|
</method>
|
|
</extension>
|
|
|
|
</plugin>
|