Uses of Class
model.computation.mssScore.MssScoreAggregation

Packages that use MssScoreAggregation
model   
model.computation.mssScore   
 

Uses of MssScoreAggregation in model
 

Methods in model that return MssScoreAggregation
 MssScoreAggregation ManagerRevision.getMssScoreOperator()
           
 

Methods in model that return types with arguments of type MssScoreAggregation
 java.util.List<MssScoreAggregation> ManagerRevision.getListeMSSSCoreOperator()
           
 

Methods in model with parameters of type MssScoreAggregation
 void ManagerRevision.setMssScoreOperator(MssScoreAggregation mssScoreOperator)
           
 

Uses of MssScoreAggregation in model.computation.mssScore
 

Subclasses of MssScoreAggregation in model.computation.mssScore
 class MaxMssScoreAggregation
          This class represents the mss aggregator for which the score of a mss is the maximal score of the formulae compounding it.
 class MinMssScoreAggregation
          This class represents the mss aggregator for which the score of a mss is the minimal score of the formulae compounding it.
 class SumMssScoreAggregation
          This class represents the mss aggregator for which the score of a mss is the sum of the formulae scores compounding it.