|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AbstractMap in cad.simcad.cac.network |
Methods in cad.simcad.cac.network with parameters of type AbstractMap | |
void |
RMINetworkAcceptor_Stub.updateWorldMap(AbstractMap $param_AbstractMap_1)
|
void |
RMINetworkAcceptor.updateWorldMap(AbstractMap am)
Update the Map ued by the Main Server. |
Uses of AbstractMap in cad.simcad.ClientImpl |
Methods in cad.simcad.ClientImpl with parameters of type AbstractMap | |
void |
RMIConnector.updateWorldMap(AbstractMap am)
Update the Map ued by the Main Server. |
Uses of AbstractMap in cad.simcad.main_server |
Methods in cad.simcad.main_server that return AbstractMap | |
AbstractMap |
APSSI.getMap()
Returns an AbstractMap object, the interface to the CityMap with its ambulances on it |
Methods in cad.simcad.main_server with parameters of type AbstractMap | |
void |
APSSI.updateMap(AbstractMap am)
|
Uses of AbstractMap in cad.simcad.maps |
Classes in cad.simcad.maps that implement AbstractMap | |
class |
CellMap
implementing class for the AbstractMap interface This class is abstract This class family is PathFindable, that is we can find a path on it This implementation represents a point on the Map with a Cell Object |
class |
ClassicCellMap
Map where cells at the top and bottom of viewable portion are not adjacent Map where cells at the right and left of viewable portion are not adjacent Conclusion : It is a chessboard map |
class |
ClassicCellMapNoDiag
|
class |
ToroidalCellMap
Map where cells at the top and bottom of viewable portion are adjacent Map where cells at the right and left of viewable portion are adjacent Conclusion : It is not an earth like map |
class |
ToroidalCellMapNoDiag
|
Methods in cad.simcad.maps that return AbstractMap | |
static AbstractMap |
MapCatalog.getMap(int width,
int height,
int res,
java.lang.String name,
boolean diagMove,
FillerServer fs,
StatServer ss)
Return an AbstractMap object of the name name null if does not know about that map name |
AbstractMap |
Cell.getMap()
|
AbstractMap |
CellGroup.getMap()
|
Uses of AbstractMap in cad.simcad.objectserver.factory |
Methods in cad.simcad.objectserver.factory that return AbstractMap | |
static AbstractMap |
AbstractMapFactory.createMap(int width,
int height,
int res,
java.lang.String name,
boolean diagMove)
|
static AbstractMap |
AbstractMapFactory.createDefaultMap()
|
static AbstractMap |
AbstractMapFactory.createDefaultMap(boolean b)
|
static AbstractMap |
AbstractMapFactory.loadCACMap()
|
Methods in cad.simcad.objectserver.factory with parameters of type AbstractMap | |
static SimEnvironment |
SimEnvironmentFactory.createSimEnv(AbstractMap am,
SimViewer sv)
|
static SimWorldCAC |
SimEnvironmentFactory.createSimWorldCAC(AbstractMap am,
SimViewer sv)
|
Uses of AbstractMap in cad.simcad.objectserver.spec.cac.network |
Methods in cad.simcad.objectserver.spec.cac.network with parameters of type AbstractMap | |
void |
NetworkAcceptor.updateWorldMap(AbstractMap am)
Update the Map ued by the Main Server. |
void |
NetworkConnector.updateWorldMap(AbstractMap am)
Update the Map ued by the Main Server. |
Uses of AbstractMap in cad.simcad.objectserver.spec.cac.server |
Methods in cad.simcad.objectserver.spec.cac.server that return AbstractMap | |
AbstractMap |
APSS.getMap()
Returns an AbstractMap object, the interface to the CityMap with its ambulances on it |
Methods in cad.simcad.objectserver.spec.cac.server with parameters of type AbstractMap | |
void |
APSS.updateMap(AbstractMap am)
update the Map |
Uses of AbstractMap in cad.simcad.objectserver.spec.map.event |
Constructors in cad.simcad.objectserver.spec.map.event with parameters of type AbstractMap | |
AbstractMapEvent(AbstractMap am,
PathPlaceSet p)
Creates new AbstractMapEvent |
Uses of AbstractMap in cad.simcad.objectserver.spec.pathfinding |
Methods in cad.simcad.objectserver.spec.pathfinding that return AbstractMap | |
AbstractMap |
PathPlace.getMap()
|
Uses of AbstractMap in cad.simcad.objectserver.spec.sim |
Methods in cad.simcad.objectserver.spec.sim that return AbstractMap | |
AbstractMap |
SimEnvironment.getAbstractMap()
Returns the Map making this world |
Uses of AbstractMap in cad.simcad.pathfinding.run |
Methods in cad.simcad.pathfinding.run that return AbstractMap | |
static AbstractMap |
Run.getMap()
|
Uses of AbstractMap in cad.simcad.pathfinding.ui |
Methods in cad.simcad.pathfinding.ui that return AbstractMap | |
AbstractMap |
SimMediator.getMap()
|
Methods in cad.simcad.pathfinding.ui with parameters of type AbstractMap | |
void |
AStarFrame.openMap(AbstractMap newMap)
|
void |
SimMediator.reCreateEmptyWorld(AbstractMap am)
|
void |
AStarInterface.openMap(AbstractMap newMap)
|
Uses of AbstractMap in cad.simcad.pathfinding.ui.event |
Methods in cad.simcad.pathfinding.ui.event that return AbstractMap | |
AbstractMap |
MapUIEvent.getMap()
|
Methods in cad.simcad.pathfinding.ui.event with parameters of type AbstractMap | |
void |
MapUIEventListener.newMapOpened(AbstractMap am)
|
Constructors in cad.simcad.pathfinding.ui.event with parameters of type AbstractMap | |
MapUIEvent(AbstractMap am)
Creates a new instance of MapUIEvent |
Uses of AbstractMap in cad.simcad.pathfinding.ui.map |
Methods in cad.simcad.pathfinding.ui.map that return AbstractMap | |
AbstractMap |
MapFieldPanel.getRenderedMap()
|
AbstractMap |
WhitePaperMapPanel.getRenderedMap()
|
Methods in cad.simcad.pathfinding.ui.map with parameters of type AbstractMap | |
protected void |
MiniMap.proccessMap(AbstractMap map)
Call this method when a map is openend or created. |
void |
MiniMap.newMapOpened(AbstractMap am)
|
abstract void |
MiniMapDisplayer.newMapOpened(AbstractMap am)
|
void |
MapFieldPanel.newMapOpened(AbstractMap am)
|
void |
WhitePaperMapPanel.newMapOpened(AbstractMap am)
|
abstract void |
MapDisplayer.newMapOpened(AbstractMap am)
|
Uses of AbstractMap in cad.simcad.worldsimulator.objects |
Fields in cad.simcad.worldsimulator.objects declared as AbstractMap | |
protected AbstractMap |
SimulatedObject._am
|
protected AbstractMap |
ObjectMediator._map
|
Methods in cad.simcad.worldsimulator.objects that return AbstractMap | |
AbstractMap |
ObjectMediator.getAbstractMap()
|
Constructors in cad.simcad.worldsimulator.objects with parameters of type AbstractMap | |
ObjectMediator(AbstractMap am,
StatServer ss,
SimObjectServer sos)
Creates new ObjectMediator |
Uses of AbstractMap in cad.simcad.worldsimulator.objects.buildings |
Constructors in cad.simcad.worldsimulator.objects.buildings with parameters of type AbstractMap | |
StructureMediator(AbstractMap am,
StatServer ss,
SimObjectServer sos)
Creates new UnitMediator |
Uses of AbstractMap in cad.simcad.worldsimulator.objects.units |
Constructors in cad.simcad.worldsimulator.objects.units with parameters of type AbstractMap | |
UnitMediator(AbstractMap am,
StatServer ss,
SimObjectServer sos)
Creates new UnitMediator |
Uses of AbstractMap in cad.simcad.worldsimulator.world |
Fields in cad.simcad.worldsimulator.world declared as AbstractMap | |
protected AbstractMap |
MyWorld._am
|
Methods in cad.simcad.worldsimulator.world that return AbstractMap | |
AbstractMap |
MyWorld.getAbstractMap()
|
Constructors in cad.simcad.worldsimulator.world with parameters of type AbstractMap | |
CaCWorld(AbstractMap am,
SimViewer sv)
Creates a new instance of CaCWorld |
|
MyWorld(AbstractMap am,
SimViewer sv)
Creates new LondonTown |
|
![]() |
||||||||||
PREV NEXT | FRAMES NO FRAMES |