|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a single entity able to use a Path. Any object wishing to ask the service of a PathFinder must implement this interface
Method Summary | |
void |
firePathComputed(PathPlaceSet pps)
Notice the PathUser that a Path has been computed for him. |
PathPlace |
getCurrentPathPlace()
Return the current PathPlace the PathUser is on |
double |
getDeformFactor()
Returns the deform factor of the Path user. |
int |
getId()
Return the id of the PathUser. |
double |
getMaxSteepNessRatio()
Return the maximum slope ratio the PathUser can walk on. |
java.lang.String |
getName()
Return the name of the PathUser. |
Method Detail |
public double getDeformFactor()
public int getId()
public double getMaxSteepNessRatio()
public void firePathComputed(PathPlaceSet pps)
pps
- A PathPlaceSet.public java.lang.String getName()
public PathPlace getCurrentPathPlace()
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |