100 lines
3.3 KiB
XML
100 lines
3.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?eclipse version="3.4"?>
|
|
<plugin>
|
|
<extension
|
|
point="afryca.consensusmodel">
|
|
<ConsensusModel
|
|
ConsensusModel="afryca.consensusmodel.hongbin2018.HLIU2018"
|
|
Information="%ConsensusModel.Information"
|
|
MainFeatures="%ConsensusModel.Features"
|
|
Multicriteria="false"
|
|
Name="%ConsensusModel.Name"
|
|
Observations="%ConsensusModel.Observations"
|
|
Structure="afryca.fpr"
|
|
WithFeedback="false"
|
|
id="HLiu2018">
|
|
<Variable
|
|
default_value="0.85"
|
|
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
|
|
default_value="0.8"
|
|
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
|
|
array_default_element_value="1"
|
|
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>
|
|
<Array_restriction
|
|
type="element_lower_limit"
|
|
value="0">
|
|
</Array_restriction>
|
|
</Variable>
|
|
<Variable
|
|
array_default_element_value="1"
|
|
description="%Variable.description.weights"
|
|
id="weights"
|
|
is_array="true"
|
|
is_internal="false"
|
|
type="Float">
|
|
<Array_relation
|
|
type="number_of_elements_equals_to"
|
|
variable="experts">
|
|
</Array_relation>
|
|
<Array_restriction
|
|
type="element_lower_limit"
|
|
value="0">
|
|
</Array_restriction>
|
|
<Array_restriction
|
|
type="element_upper_limit"
|
|
value="1">
|
|
</Array_restriction>
|
|
<Array_restriction
|
|
type="elements_sum_value"
|
|
value="1">
|
|
</Array_restriction>
|
|
</Variable>
|
|
<Variable
|
|
default_value="false"
|
|
description="%Variable.description.model"
|
|
id="model"
|
|
is_array="false"
|
|
is_internal="false"
|
|
type="Boolean">
|
|
</Variable>
|
|
</ConsensusModel>
|
|
</extension>
|
|
|
|
</plugin>
|