|
Class Summary |
| MaxMssScoreAggregation |
This class represents the mss aggregator for which the score of a mss is the
maximal score of the formulae compounding it. |
| MinMssScoreAggregation |
This class represents the mss aggregator for which the score of a mss is the
minimal score of the formulae compounding it. |
| MssScoreAggregation |
This class is the abstract class that must be extented in order to develop
its own MssScoreAggregation. |
| SumMssScoreAggregation |
This class represents the mss aggregator for which the score of a mss is the
sum of the formulae scores compounding it. |