Uses of Interface
cad.simcad.objectserver.spec.pathfinding.PathPlaceSet

Packages that use PathPlaceSet
cad.simcad.main_server   
cad.simcad.maps   
cad.simcad.objectserver.spec.map   
cad.simcad.objectserver.spec.map.event   
cad.simcad.objectserver.spec.pathfinding   
cad.simcad.pathfinding.astar   
cad.simcad.pathfinding.path   
cad.simcad.worldsimulator.objects.units   
 

Uses of PathPlaceSet in cad.simcad.main_server
 

Methods in cad.simcad.main_server with parameters of type PathPlaceSet
 void IDPathUser.firePathComputed(PathPlaceSet pps)
          Notice the PathUser that a Path has been computed for him.
 

Uses of PathPlaceSet in cad.simcad.maps
 

Methods in cad.simcad.maps that return PathPlaceSet
 PathPlaceSet CellMap.findShortestPath(PathPlace origin, PathPlace dest, PathUser pu)
           
 PathPlaceSet CellMap.findShortestPath(PathPlace origin, PathPlace dest, PathUser pu, java.util.Properties ap)
           
 PathPlaceSet CellMap.fastFindShortestPath(PathPlace origin, PathPlace dest, PathUser pu)
           
 

Methods in cad.simcad.maps with parameters of type PathPlaceSet
 void CellMap.firePathComputation(PathPlaceSet path)
          Notice the Listeners and the PathUser that a Path has been computed
 

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

Methods in cad.simcad.objectserver.spec.map that return PathPlaceSet
 PathPlaceSet AbstractMap.findShortestPath(PathPlace origin, PathPlace dest, PathUser pu, java.util.Properties algoProperties)
          Find the best Path
 PathPlaceSet AbstractMap.findShortestPath(PathPlace origin, PathPlace dest, PathUser pu)
          Find the best Path
 PathPlaceSet AbstractMap.fastFindShortestPath(PathPlace origin, PathPlace dest, PathUser pu)
          Find the best Path with a productive algorithm
 

Methods in cad.simcad.objectserver.spec.map with parameters of type PathPlaceSet
 void AbstractMap.firePathComputation(PathPlaceSet path)
          This method will be used to notice the Map that a path has been computed.
 

Uses of PathPlaceSet in cad.simcad.objectserver.spec.map.event
 

Methods in cad.simcad.objectserver.spec.map.event that return PathPlaceSet
 PathPlaceSet AbstractMapEvent.getPath()
           
 

Constructors in cad.simcad.objectserver.spec.map.event with parameters of type PathPlaceSet
AbstractMapEvent(AbstractMap am, PathPlaceSet p)
          Creates new AbstractMapEvent
 

Uses of PathPlaceSet in cad.simcad.objectserver.spec.pathfinding
 

Methods in cad.simcad.objectserver.spec.pathfinding that return PathPlaceSet
 PathPlaceSet APSSPathFinder.getClosestPathPlace(java.util.Map placesToUsers, PathPlace dest)
          Returns the closest
 PathPlaceSet PathFinder.getShortestPath()
          Returns the shortest path of that PathFinder
 PathPlaceSet PathFinder.getShortestPath(PathPlace origin, PathPlace dest, PathUser pu)
          Find the shortest path between two places.
 

Methods in cad.simcad.objectserver.spec.pathfinding with parameters of type PathPlaceSet
 void PathFindable.firePathComputation(PathPlaceSet path)
          Notice the Listeners and the PathUser that a Path has been computed
 void PathUser.firePathComputed(PathPlaceSet pps)
          Notice the PathUser that a Path has been computed for him.
 

Uses of PathPlaceSet in cad.simcad.pathfinding.astar
 

Methods in cad.simcad.pathfinding.astar that return PathPlaceSet
 PathPlaceSet AStarAlgo.getShortestPath()
          Returns the Path of the Algorithm
 PathPlaceSet AStarAlgo.getShortestPath(PathPlace origin, PathPlace dest, PathUser pu)
          Find the shortest path between two places.
 PathPlaceSet AStarSequential.getClosestPathPlace(java.util.Map placesToUsers, PathPlace dest)
          Returns the closest
 

Methods in cad.simcad.pathfinding.astar with parameters of type PathPlaceSet
protected  void AStarAlgo.firePathComputation(PathPlaceSet pp)
           
 

Uses of PathPlaceSet in cad.simcad.pathfinding.path
 

Classes in cad.simcad.pathfinding.path that implement PathPlaceSet
 class Path
          Mother class of any kind of path It defines the basic thing At creation a path is not consistent, even if origin and destination map places are adjacent
 

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

Methods in cad.simcad.worldsimulator.objects.units that return PathPlaceSet
 PathPlaceSet UnitException.getPath()
           
 

Methods in cad.simcad.worldsimulator.objects.units with parameters of type PathPlaceSet
 void UnitControler.setFirstPathTo(PathPlaceSet path)
          Replace the current path taken by the unit by the given path
 void UnitControler.addPathWayPoints(PathPlaceSet path)
          Append the given path to set of paths for the units.
 void MyUnit.firePathComputed(PathPlaceSet path)
           
 

Constructors in cad.simcad.worldsimulator.objects.units with parameters of type PathPlaceSet
UnitException(java.lang.String msg, PathPlaceSet path)
          Constructs an UnitException with the specified detail message.
 


Logo

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