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

Package class diagram package 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 Object


Constructor Summary
FloydWarshallMap.PathMatrixNode()
          Doesn't leading anywhere
FloydWarshallMap.PathMatrixNode(float distance)
           
 
Method Summary
 float getDistance()
           
 List<NavPoint> getPath()
           
 Integer getViaNode()
          Returns indice.
 void setDistance(float distance)
           
 void setPath(List<NavPoint> path)
           
 void setViaNode(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 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.