cz.cuni.amis.pogamut.udk.agent.navigation.floydwarshall
Class FloydWarshallMap.PathMatrixNode
java.lang.Object
cz.cuni.amis.pogamut.udk.agent.navigation.floydwarshall.FloydWarshallMap.PathMatrixNode
- Enclosing class:
- FloydWarshallMap
public static class FloydWarshallMap.PathMatrixNode
- extends 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 Integer getViaNode()
- Returns indice.
- Returns:
setViaNode
public void setViaNode(Integer indice)
getPath
public List<NavPoint> getPath()
setPath
public void setPath(List<NavPoint> path)
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.