Uses of Interface
fr.lip6.sma.simulacion.app.map.MapMultiCellModel

Packages that use MapMultiCellModel
fr.lip6.sma.simulacion.app.map Paquet pour la gestion de la carte dans les applications Simulacion. 
 

Uses of MapMultiCellModel in fr.lip6.sma.simulacion.app.map
 

Fields in fr.lip6.sma.simulacion.app.map declared as MapMultiCellModel
private  MapMultiCellModel MapShapesItemCollection.mMapModel
          Modèle de l'environnement.
private  MapMultiCellModel MapMultiCellPanel.mModel
          Model to the map data.
private  MapMultiCellModel MapMultiCellController.mModel
          Game model.
 

Constructors in fr.lip6.sma.simulacion.app.map with parameters of type MapMultiCellModel
MapCell(MapMultiCellModel inModel, int inXcoord, int inYcoord)
          Constructor of a MapCell.
MapMultiCellController(MapMultiCellPanel inMMCP, MapMultiCellModel inModel, MapMultiCellGameController inGameController)
          Constructor of the map controller.
MapMultiCellPanel(MapMultiCellModel inModel, MapMultiCellGameController inGameController, MapPanelListener inMapListener, String inLocalAgentName, MapShapesModel inShapesModel)
          Constructor from models, a controller, a map listener and the name of the local agent.
MapShapesItemCollection(MapShapesModel inShapesModel, MapMultiCellModel inEnvModel, boolean inRemoveAgents)
          Constructeur à partir du modèle des formes et d'un booléen.