cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall
Class FloydWarshallMap.PathMatrixNode

java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.agent.navigation.floydwarshall.FloydWarshallMap.PathMatrixNode
Enclosing class:
FloydWarshallMap

public static class FloydWarshallMap.PathMatrixNode
extends java.lang.Object


Constructor Summary
FloydWarshallMap.PathMatrixNode()
          Doesn't leading anywhere
FloydWarshallMap.PathMatrixNode(float distance)
           
 
Method Summary
 float getDistance()
           
 java.util.List<NavPoint> getPath()
           
 java.lang.Integer getViaNode()
          Returns indice.
 void setDistance(float distance)
           
 void setPath(java.util.List<NavPoint> path)
           
 void setViaNode(java.lang.Integer indice)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloydWarshallMap.PathMatrixNode

public FloydWarshallMap.PathMatrixNode()
Doesn't leading anywhere


FloydWarshallMap.PathMatrixNode

public FloydWarshallMap.PathMatrixNode(float distance)
Method Detail

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)