public code v1

This commit is contained in:
Francisco Jesús Martínez Mimbrera
2026-05-23 00:32:57 +02:00
commit 759a8968a2
4357 changed files with 163763 additions and 0 deletions
@@ -0,0 +1,40 @@
<?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>