public static class FloydWarshallMap.PathMatrixNode extends Object
| Constructor and Description |
|---|
FloydWarshallMap.PathMatrixNode()
Doesn't leading anywhere
|
FloydWarshallMap.PathMatrixNode(float distance) |
| Modifier and Type | Method and Description |
|---|---|
float |
getDistance() |
List<NavPoint> |
getPath() |
Integer |
getViaNode()
Returns indice.
|
void |
setDistance(float distance) |
void |
setPath(List<NavPoint> path) |
void |
setViaNode(Integer indice) |
public FloydWarshallMap.PathMatrixNode()
public FloydWarshallMap.PathMatrixNode(float distance)
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.