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

41 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="flintstones.operator.aggregation.extensionpoint">
<aggregation_operator_type
uid="flintstones.operator.aggregation.max"
implementation="flintstones.operator.aggregation.max.Max">
<aggregation_operator
implementation="flintstones.operator.aggregation.max.operators.MaxInteger"
valuationId="flintstones.valuation.integer">
</aggregation_operator>
<aggregation_operator
implementation="flintstones.operator.aggregation.max.operators.MaxReal"
valuationId="flintstones.valuation.real">
</aggregation_operator>
<aggregation_operator
implementation="flintstones.operator.aggregation.max.operators.MaxIntegerInterval"
valuationId="flintstones.valuation.integer.interval">
</aggregation_operator>
<aggregation_operator
implementation="flintstones.operator.aggregation.max.operators.MaxRealInterval"
valuationId="flintstones.valuation.real.interval">
</aggregation_operator>
<aggregation_operator
implementation="flintstones.operator.aggregation.max.operators.MaxTwoTuple"
valuationId="flintstones.valuation.twoTuple">
</aggregation_operator>
<aggregation_operator
implementation="flintstones.operator.aggregation.max.operators.MaxELICIT"
valuationId="flintstones.valuation.elicit">
</aggregation_operator>
<aggregation_operator
implementation="flintstones.operator.aggregation.max.operators.MaxFuzzy"
valuationId="flintstones.valuation.fuzzy">
</aggregation_operator>
</aggregation_operator_type>
</extension>
</plugin>