Uses of Class
model.conciliation.choice.ChoiceOperator

Packages that use ChoiceOperator
model   
model.conciliation   
model.conciliation.choice   
 

Uses of ChoiceOperator in model
 

Methods in model that return ChoiceOperator
 ChoiceOperator ManagerConciliation.getChoiceOperator()
           
 

Methods in model that return types with arguments of type ChoiceOperator
 java.util.List<ChoiceOperator> ManagerConciliation.getListeChoiceOperator()
           
 

Methods in model with parameters of type ChoiceOperator
 void ManagerConciliation.setChoiceOperator(ChoiceOperator choiceOperator)
           
 

Uses of ChoiceOperator in model.conciliation
 

Methods in model.conciliation that return ChoiceOperator
 ChoiceOperator MergingGame.getChoiceOp()
           
 

Methods in model.conciliation with parameters of type ChoiceOperator
 void MergingGame.setChoiceOp(ChoiceOperator choiceOp)
           
 

Constructors in model.conciliation with parameters of type ChoiceOperator
MergingGame(Problem pbInitial, ChoiceOperator choiceOp, WeakOperator weakOp)
           
 

Uses of ChoiceOperator in model.conciliation.choice
 

Subclasses of ChoiceOperator in model.conciliation.choice
 class ShapleyFaibleOperator
          This class is weaker than ShapleyOperator because it selects only one formula from the set of formulae that have the minimal score.
 class ShapleyOperator
          This class selects the set of most inconsistent formulae, i.e. the ones that have the maximal Shapley value.