Files
AFRYCA/plugins/afryca.consensusmodel.transrisk2018/plugin.xml
T
2026-05-22 11:14:29 +02:00

82 lines
2.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="afryca.consensusmodel">
<ConsensusModel
ConsensusModel="afryca.consensusmodel.transrisk2018.TRANSRisk2018"
Information="%consensusmodel.information"
MainFeatures="%consensusmodel.features"
Multicriteria="true"
Name="%consensusmodel.name"
Observations="%consensusmodel.observations"
Structure="afryca.decisionmatrix"
WithFeedback="false"
id="TRANSrisk2018">
<Variable
default_value="0.5"
description="%variable.description.epsilon"
id="epsilon"
is_array="false"
is_internal="false"
type="Float">
<Restriction
type="lower_limit"
value="0">
</Restriction>
<Restriction
type="upper_limit"
value="1">
</Restriction>
</Variable>
<Variable
default_value="0.8"
description="%variable.description.alpha"
id="alpha"
is_array="false"
is_internal="false"
type="Float">
<Restriction
type="lower_limit"
value="0">
</Restriction>
<Restriction
type="upper_limit"
value="1">
</Restriction>
</Variable>
<Variable
description="%variable.description.cost"
id="cost"
is_array="true"
is_internal="false"
type="Integer">
<Array_relation
type="number_of_elements_equals_to"
variable="experts">
</Array_relation>
</Variable>
<Variable
description="%variable.description.weights"
id="weights"
is_array="true"
is_internal="false"
type="Float">
<Array_restriction
type="element_lower_limit"
value="0">
</Array_restriction>
<Array_restriction
type="element_upper_limit"
value="1">
</Array_restriction>
<Array_relation
type="number_of_elements_equals_to"
variable="experts">
</Array_relation>
</Variable>
</ConsensusModel>
</extension>
</plugin>