|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deken.game.pathfinding.Path
public class Path
Title: Path
Description: TODO
Copyright: Copyright (c) Apr 4, 2012
Constructor Summary | |
---|---|
Path(java.util.List<Node> nodes,
int distance)
|
Method Summary | |
---|---|
int |
compareTo(Path other)
|
int |
getDistance()
|
java.util.List<Node> |
getNodes()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Path(java.util.List<Node> nodes, int distance)
Method Detail |
---|
public int getDistance()
public java.util.List<Node> getNodes()
public int compareTo(Path other)
compareTo
in interface java.lang.Comparable<Path>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |