Uses of Class
model.computation.shapleyValue.ShapleyValueSet

Packages that use ShapleyValueSet
model   
model.computation.shapleyValue   
 

Uses of ShapleyValueSet in model
 

Methods in model that return ShapleyValueSet
 ShapleyValueSet Problem.getShapleyValueSet()
           
 ShapleyValueSet ManagerShapley.getValeurEnsembleShapley()
           
 

Methods in model that return types with arguments of type ShapleyValueSet
 java.util.List<ShapleyValueSet> ManagerShapley.getListeValeurShapleyEnsemble()
           
 

Methods in model with parameters of type ShapleyValueSet
 void Problem.setShapleyValueSet(ShapleyValueSet shapleyValueSet)
           
 void ManagerShapley.setValeurEnsembleShapley(ShapleyValueSet valeurEnsembleShapley)
           
 

Constructors in model with parameters of type ShapleyValueSet
ManagerShapley(Problem probleme, ShapleyValueSet valeurEnsembleShapley)
           
ManagerShapley(ShapleyValueSet valeurEnsembleShapley)
           
Problem(model.logic.FormulaeBase formulaeBase, ShapleyValueSet shapleyValueSet)
           
Problem(model.logic.FormulaeBase formulaeBase, ShapleyValueSet shapleyValueSet, boolean initPartition)
           
Problem(model.logic.FormulaeBase formulaeBase, ShapleyValueSet shapleyValueSet, boolean initPartition, boolean initShapley)
           
 

Uses of ShapleyValueSet in model.computation.shapleyValue
 

Subclasses of ShapleyValueSet in model.computation.shapleyValue
 class MaxShapleyValueSet
          This class is the shapley value set for which the value of a group of formulae is the maximal score of the formulae of the list.
 class MeanShapleyValueSet
          This class is the shapley value set for which the value of a group of formulae is the average score of the formulae of the list.