Uses of Interface
cad.simcad.objectserver.spec.sim.SimObject

Packages that use SimObject
cad.simcad.objectserver.factory   
cad.simcad.objectserver.spec.map   
cad.simcad.objectserver.spec.sim   
cad.simcad.pathfinding.ui   
cad.simcad.pathfinding.ui.map   
cad.simcad.worldsimulator.objects   
cad.simcad.worldsimulator.objects.buildings   
cad.simcad.worldsimulator.objects.others   
cad.simcad.worldsimulator.objects.parts   
cad.simcad.worldsimulator.objects.units   
cad.simcad.worldsimulator.stats   
cad.simcad.worldsimulator.world   
 

Uses of SimObject in cad.simcad.objectserver.factory
 

Methods in cad.simcad.objectserver.factory with parameters of type SimObject
static GPSSim SimPartsFactory.createRemoteGPSSim(SimObject so, EmergencyVehicule ev)
           
 

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

Methods in cad.simcad.objectserver.spec.map with parameters of type SimObject
 double StatServer.getMaxSteepNessRatio(SimObject pu, Genomable g)
          Return the maximum steepnessRatio the SimObject can walk on
 double StatServer.getMaxSteepNessRatio(SimObject pu, Filler fil, Genomable g)
          Return the maximum steepnessRatio the PathUser can walk on the filler given in argument
 int StatServer.getWidth(SimObject so, Genomable g)
          Return the width of the SimObject
 int StatServer.getHeight(SimObject so, Genomable g)
          Return the height of the SimObject
 double StatServer.getDeformStat(SimObject so, Genomable g)
          Get the deform stat according to the id and the Genomable object
 

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

Subinterfaces of SimObject in cad.simcad.objectserver.spec.sim
 interface SimAmbulance
          Interface for Simulated Ambulance
 

Methods in cad.simcad.objectserver.spec.sim that return SimObject
 SimObject[][] SimEnvironment.getObjects(int xcenter, int ycenter, int halfWidth, int halfHeight)
          Returns the SimObject that can been seen in the area defined by the parameters
 SimObject SimEnvironment.createSimObject(java.lang.String name, Owner o)
          Adds a new Simulated Objects in the World
 SimObject SimEnvironment.createSimObject(java.lang.String name, Owner o, PathPlace pp)
          Adds a new Simulated Objects in the World
 SimObject SimObjectServer.createSimObject(java.lang.String name)
          Creates a new SimObject .
 SimObject SimObjectServer.createSimObject(java.lang.String name, Owner o, PathPlace pp)
          Creates a new SimObject .
 

Methods in cad.simcad.objectserver.spec.sim with parameters of type SimObject
 void SimEnvironment.updateObjectPosition(SimObject so, PathPlace oldPathPlace, PathPlace newPathPlace)
          Update the position of the object given in parameters
 void SimEnvironment.removeSimulatedObject(SimObject so)
          Remove the given SimObject from the SimEnvironment
 

Uses of SimObject in cad.simcad.pathfinding.ui
 

Methods in cad.simcad.pathfinding.ui that return SimObject
 SimObject SimUnitFeaturePanel.getShowedSimObject()
           
 SimObject SimPanel.getShowedObject()
           
 SimObject ObjectDisplayer.getShowedObject()
           
 SimObject UIMediator.getDisplayedSimObject()
          Returns the filler displayed in the first registered ObjectDisplayer
 SimObject SimMediator.createSimObject(java.lang.String name)
           
 SimObject SimMediator.createSimObject(java.lang.String name, PathPlace pp)
          Adds a new Simulated Objects in the World
 

Methods in cad.simcad.pathfinding.ui with parameters of type SimObject
 void SimObjectImagePanel.showObject(SimObject so)
           
 void SimObjectDataPanel.showObject(SimObject so)
           
 void SimUnitFeaturePanel.showObject(SimObject so)
           
 void SimPanel.showSimObject(SimObject so)
           
 void ObjectDisplayer.showSimObject(SimObject so)
          does nothing is null value
 javax.swing.ImageIcon UIMediator.getImageIcon(SimObject so)
           
 java.awt.Image UIMediator.getImage(SimObject so)
           
 void UIMediator.showSimObjectFeatures(SimObject so)
           
 void SimMediator.deleteSimObject(SimObject so)
           
 

Uses of SimObject in cad.simcad.pathfinding.ui.map
 

Methods in cad.simcad.pathfinding.ui.map that return SimObject
 SimObject MapFieldPanel.getObject(MapUnit mu)
          Returns the Object (possibly null) on the MapUnit mu
 

Methods in cad.simcad.pathfinding.ui.map with parameters of type SimObject
 java.awt.Image MapFieldPanel.getObjectImage(SimObject so)
           
 void Selection.add(SimObject simo)
           
 void Selection.clearAndAdd(SimObject simo)
           
 

Uses of SimObject in cad.simcad.worldsimulator.objects
 

Classes in cad.simcad.worldsimulator.objects that implement SimObject
 class SimulatedObject
          Super Class for all objects we want to simulate in the world
 

Methods in cad.simcad.worldsimulator.objects that return SimObject
 SimObject ObjectProducer.createSimObject(java.lang.String name)
          Creates a new SimObject .
 SimObject ObjectProducer.createSimObject(java.lang.String name, Owner o, PathPlace pp)
           
 

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

Classes in cad.simcad.worldsimulator.objects.buildings that implement SimObject
 class AmbulanceStation
           
 class Hospital
           
 class PassiveStructure
           
 class Structure
           
 

Uses of SimObject in cad.simcad.worldsimulator.objects.others
 

Classes in cad.simcad.worldsimulator.objects.others that implement SimObject
 class SimAccident
           
 

Uses of SimObject in cad.simcad.worldsimulator.objects.parts
 

Constructors in cad.simcad.worldsimulator.objects.parts with parameters of type SimObject
GPS(SimObject so, EmergencyVehicule ev)
          Creates a new instance of GPS
 

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

Classes in cad.simcad.worldsimulator.objects.units that implement SimObject
 class Ambulance
          Implementation of SimAmbulance
 class Car
           
 class MyUnit
           
 class Villager
           
 

Uses of SimObject in cad.simcad.worldsimulator.stats
 

Methods in cad.simcad.worldsimulator.stats with parameters of type SimObject
 double StatComputer.getMaxSteepNessRatio(SimObject so, Genomable g)
           
 double StatComputer.getMaxSteepNessRatio(SimObject so, Filler fil, Genomable g)
           
 double StatComputer.getDeformStat(SimObject so, Genomable g)
           
 int StatComputer.getWidth(SimObject so, Genomable g)
           
 int StatComputer.getHeight(SimObject so, Genomable g)
           
 double UnitStats.getMaxSteepNessRatio(SimObject so, Genomable g)
           
 double UnitStats.getDeformStat(SimObject so, Genomable g)
          Get the deform stat according to the id and the Genomable object
 int UnitStats.getWidth(SimObject so, Genomable g)
           
 int UnitStats.getHeight(SimObject so, Genomable g)
           
 

Uses of SimObject in cad.simcad.worldsimulator.world
 

Methods in cad.simcad.worldsimulator.world that return SimObject
 SimObject[][] MyWorld.getObjects(int xcenter, int ycenter, int halfWidth, int halfHeight)
           
 SimObject MyWorld.createSimObject(java.lang.String name, Owner o)
           
 SimObject MyWorld.createSimObject(java.lang.String name, Owner o, PathPlace pp)
           
 

Methods in cad.simcad.worldsimulator.world with parameters of type SimObject
 void MyWorld.updateObjectPosition(SimObject so, PathPlace oldPathPlace, PathPlace newPathPlace)
           
 void MyWorld.removeSimulatedObject(SimObject so)
           
 boolean MyWorld.checkForRoom(SimObject so)
          Returns true if there is room to add the object
 void MyWorld.addSimulatedObject(SimObject so)
           
 void MyWorld.removeOtherObject(SimObject so)
           
 void MyWorld.addOtherObject(SimObject so)
           
 


Logo

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