Uses of Class
model.mssSelection.MssSelectionOperator

Packages that use MssSelectionOperator
model   
model.mssSelection   
 

Uses of MssSelectionOperator in model
 

Methods in model that return MssSelectionOperator
 MssSelectionOperator ManagerRevision.getRevisionOperator()
           
 

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

Methods in model with parameters of type MssSelectionOperator
 void ManagerRevision.setRevisionOperator(MssSelectionOperator revisionOperator)
           
 

Uses of MssSelectionOperator in model.mssSelection
 

Subclasses of MssSelectionOperator in model.mssSelection
 class AllMinSelectionOperator
          Class that represents the mss selector for which all the less inconsistent mss (i.e. all the ones with a minimal score) are selected
 class NoSelectionOperator
          Class that represents the mss selector for which all the mss are selected
 class OneOfMinSelectionOperator
          Class that represents the mss selector when one of the less inconsistent mss (i.e. one with a minimal score) is selected