cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall
Class FloydWarshallMap.PathMatrixNode
java.lang.Object
cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap.PathMatrixNode
- Enclosing class:
- FloydWarshallMap
public static class FloydWarshallMap.PathMatrixNode
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FloydWarshallMap.PathMatrixNode
public FloydWarshallMap.PathMatrixNode()
- Doesn't leading anywhere
FloydWarshallMap.PathMatrixNode
public FloydWarshallMap.PathMatrixNode(float distance)
getDistance
public float getDistance()
setDistance
public void setDistance(float distance)
getViaNode
public java.lang.Integer getViaNode()
- Returns indice.
- Returns:
setViaNode
public void setViaNode(java.lang.Integer indice)
getPath
public java.util.List<NavPoint> getPath()
setPath
public void setPath(java.util.List<NavPoint> path)