Files
Francisco Jesús Martínez Mimbrera 759a8968a2 public code v1
2026-05-23 00:32:57 +02:00

38 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<?eclipse version="3.4"?>
<plugin>
<extension
point="flintstones.operator.aggregation.extensionpoint">
<aggregation_operator_type
uid="flintstones.operator.aggregation.arithmeticmean"
implementation="flintstones.operator.aggregation.arithmeticmean.ArithmeticMean">
<aggregation_operator
implementation="flintstones.operator.aggregation.arithmeticmean.operators.ArithmeticMeanInteger"
valuationId="flintstones.valuation.integer">
</aggregation_operator>
<aggregation_operator
implementation="flintstones.operator.aggregation.arithmeticmean.operators.ArithmeticMeanDouble"
valuationId="flintstones.valuation.real">
</aggregation_operator>
<aggregation_operator
implementation="flintstones.operator.aggregation.arithmeticmean.operators.ArithmeticMeanTwoTuple"
valuationId="flintstones.valuation.twoTuple">
</aggregation_operator>
<aggregation_operator
implementation="flintstones.operator.aggregation.arithmeticmean.operators.ArithmeticMeanProportionalTwoTuple"
valuationId="flintstones.valuation.proportionaltwotuple">
</aggregation_operator>
<aggregation_operator
implementation="flintstones.operator.aggregation.arithmeticmean.operators.ArithmeticMeanFuzzy"
valuationId="flintstones.valuation.fuzzy">
</aggregation_operator>
<aggregation_operator
implementation="flintstones.operator.aggregation.arithmeticmean.operators.ArithmeticMeanELICIT"
valuationId="flintstones.valuation.elicit">
</aggregation_operator>
</aggregation_operator_type>
</extension>
</plugin>