Uses of Interface
cad.simcad.objectserver.spec.map.StatServer

Packages that use StatServer
cad.simcad.maps   
cad.simcad.objectserver.factory   
cad.simcad.objectserver.spec.map   
cad.simcad.objectserver.spec.sim   
cad.simcad.pathfinding.ui   
cad.simcad.worldsimulator.objects   
cad.simcad.worldsimulator.objects.buildings   
cad.simcad.worldsimulator.objects.units   
cad.simcad.worldsimulator.stats   
cad.simcad.worldsimulator.world   
 

Uses of StatServer in cad.simcad.maps
 

Fields in cad.simcad.maps declared as StatServer
protected  StatServer CellMap._statServer
           
 

Methods in cad.simcad.maps that return StatServer
 StatServer CellMap.getStatServer()
           
 

Methods in cad.simcad.maps with parameters of type StatServer
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
 

Constructors in cad.simcad.maps with parameters of type StatServer
ToroidalCellMapNoDiag(int w, int h, int res, FillerServer fs, StatServer ss)
          Creates new RoundCellMap
ToroidalCellMapNoDiag(java.lang.Integer w, java.lang.Integer h, int res, FillerServer fs, StatServer ss)
          Creates new ClassicCellMap
ToroidalCellMap(int w, int h, int res, FillerServer fs, StatServer ss)
          Creates new RoundCellMap
ToroidalCellMap(java.lang.Integer w, java.lang.Integer h, int res, FillerServer fs, StatServer ss)
          Creates new ClassicCellMap
CellMap(int w, int h, int res, FillerServer fs, StatServer ss)
          Creates new CellMap Initialize the array of cells. w*h cell objects are created A FillerServer that will be used to fill the Cell objects The map cells are filled with the DefaultFiller of this FillerServer A StatServer that will return movemodifiers
ClassicCellMap(int w, int h, int res, FillerServer fs, StatServer ss)
          Creates new ClassicCellMap
ClassicCellMap(java.lang.Integer w, java.lang.Integer h, int res, FillerServer fs, StatServer ss)
          Creates new ClassicCellMap
ClassicCellMapNoDiag(int w, int h, int res, FillerServer fs, StatServer ss)
          Creates new ClassicCellMap
ClassicCellMapNoDiag(java.lang.Integer w, java.lang.Integer h, int res, FillerServer fs, StatServer ss)
          Creates new ClassicCellMap
 

Uses of StatServer in cad.simcad.objectserver.factory
 

Methods in cad.simcad.objectserver.factory that return StatServer
static StatServer StatServerFactory.createStatServer()
           
 

Uses of StatServer in cad.simcad.objectserver.spec.map
 

Methods in cad.simcad.objectserver.spec.map that return StatServer
 StatServer AbstractMap.getStatServer()
          Returns the StatServer of the Map
 

Uses of StatServer in cad.simcad.objectserver.spec.sim
 

Methods in cad.simcad.objectserver.spec.sim that return StatServer
 StatServer SimEnvironment.getStatServer()
          Returns the StatServer of the SimEnvironment
 

Uses of StatServer in cad.simcad.pathfinding.ui
 

Methods in cad.simcad.pathfinding.ui that return StatServer
 StatServer SimMediator.getStatServer()
           
 

Uses of StatServer in cad.simcad.worldsimulator.objects
 

Fields in cad.simcad.worldsimulator.objects declared as StatServer
protected  StatServer ObjectMediator._ss
           
 

Constructors in cad.simcad.worldsimulator.objects with parameters of type StatServer
ObjectMediator(AbstractMap am, StatServer ss, SimObjectServer sos)
          Creates new ObjectMediator
 

Uses of StatServer in cad.simcad.worldsimulator.objects.buildings
 

Constructors in cad.simcad.worldsimulator.objects.buildings with parameters of type StatServer
StructureMediator(AbstractMap am, StatServer ss, SimObjectServer sos)
          Creates new UnitMediator
 

Uses of StatServer in cad.simcad.worldsimulator.objects.units
 

Constructors in cad.simcad.worldsimulator.objects.units with parameters of type StatServer
UnitMediator(AbstractMap am, StatServer ss, SimObjectServer sos)
          Creates new UnitMediator
 

Uses of StatServer in cad.simcad.worldsimulator.stats
 

Classes in cad.simcad.worldsimulator.stats that implement StatServer
 class StatComputer
          This class deal witht the dispatching of statistics As of version 1.0, the dispatcher of stat is poorly made.
 

Uses of StatServer in cad.simcad.worldsimulator.world
 

Fields in cad.simcad.worldsimulator.world declared as StatServer
protected  StatServer MyWorld._ss
           
 

Methods in cad.simcad.worldsimulator.world that return StatServer
 StatServer MyWorld.getStatServer()
           
 


Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be