Uses of Class
model.ManagerShapley

Packages that use ManagerShapley
gui.shapleyTab   
model   
 

Uses of ManagerShapley in gui.shapleyTab
 

Constructors in gui.shapleyTab with parameters of type ManagerShapley
BasePanel(ManagerShapley managerShapley, int width, int height)
           
CalculPanel(ManagerShapley managerShapley, int width, int height)
           
ShapleyTabPanel(ManagerShapley managerShapley)
           
 

Uses of ManagerShapley in model
 

Methods in model that return ManagerShapley
 ManagerShapley Manager.getManagerShapley()
           
 

Methods in model with parameters of type ManagerShapley
 void Manager.setManagerShapley(ManagerShapley managerShapley)