Uses of Class
model.Problem

Packages that use Problem
gui   
gui.baseTab   
gui.inferenceTab   
gui.revisionTab   
gui.shapleyTab   
model   
model.computation   
model.conciliation   
parser   
 

Uses of Problem in gui
 

Methods in gui with parameters of type Problem
 void AffichageBasePanel.setProbleme(Problem probleme)
           
 

Constructors in gui with parameters of type Problem
AffichageBasePanel(Problem probleme, int width, int height)
           
CreationBasePanel(Problem probleme, int width, int height)
           
TableBaseModel(Problem probleme)
           
TableBaseModel(Problem probleme, boolean isModeCreation)
           
 

Uses of Problem in gui.baseTab
 

Constructors in gui.baseTab with parameters of type Problem
NewBaseTabPanel(Problem probleme, ShapleyFrame parent)
           
 

Uses of Problem in gui.inferenceTab
 

Constructors in gui.inferenceTab with parameters of type Problem
StratifiedBaseTableModel(Problem probleme)
           
StratifiedBaseTableModel(Problem probleme, boolean isGroupDisplay)
           
 

Uses of Problem in gui.revisionTab
 

Methods in gui.revisionTab with parameters of type Problem
 void AffichageBaseWithRevisionPanel.setProbleme(Problem probleme)
           
 

Constructors in gui.revisionTab with parameters of type Problem
AffichageBaseWithRevisionPanel(Problem probleme, int width, int height)
           
TableMSSesModel(Problem probleme)
           
TableMSSesModel(Problem probleme, boolean displayScore)
           
 

Uses of Problem in gui.shapleyTab
 

Constructors in gui.shapleyTab with parameters of type Problem
TableMUSesModel(Problem probleme)
           
TableShapleyModele(Problem probleme)
           
TableShapleyModele(Problem probleme, boolean isGroupDisplay)
           
TableShapleyModele(Problem probleme, boolean isGroupDisplay, boolean sortBySIV)
           
 

Uses of Problem in model
 

Methods in model that return Problem
 Problem Problem.copy()
           
 Problem Problem.copyAndKeepShapley()
           
 Problem ManagerRevision.getNewProbleme()
           
 Problem ManagerInference.getProblem()
           
 Problem ManagerShapley.getProbleme()
           
 Problem ManagerConciliation.getProbleme()
           
 Problem ManagerRevision.getProblemeOrigine()
           
 

Methods in model with parameters of type Problem
 void ManagerShapley.setProbleme(Problem probleme)
           
 

Constructors in model with parameters of type Problem
ManagerConciliation(Problem probleme)
           
ManagerInference(Problem probleme)
           
ManagerRevision(Problem probleme)
           
ManagerShapley(Problem probleme, ShapleyValueSet valeurEnsembleShapley)
           
 

Uses of Problem in model.computation
 

Constructors in model.computation with parameters of type Problem
CalculMUS(Problem probleme)
          Basic constructor of the class
 

Uses of Problem in model.conciliation
 

Methods in model.conciliation that return Problem
 Problem MergingGame.getProblem()
           
 

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

Uses of Problem in parser
 

Constructors in parser with parameters of type Problem
CnfToBaseFormulaeParser(java.lang.String fileName, Problem problem)
          Creer une instance d'ParserAtlas.
FormulaeBaseToCnfParser(Problem problem)
           
FormulaeBaseToCnfParser(java.lang.String fileName, Problem problem)
           
FormulaeBaseToFileParser(Problem problem)
           
FormulaeBaseToFileParser(java.lang.String fileName, Problem problem)
           
FormulaeBaseToGcnfParser(Problem problem)
           
FormulaeBaseToGcnfParser(java.lang.String fileName, Problem problem)
           
GcnfToFormulaeBaseParser(java.lang.String nomFichier, Problem problem)
          Creer une instance d'ParserAtlas.
GenFileToFormulaeBaseParser(java.lang.String fileName, Problem problem)
          Creer une instance d'ParserAtlas.