|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Path
A Path in a Graph.
Method Summary | |
---|---|
java.lang.Object |
clone()
|
Path |
copyMax()
return a copy of this with maximal used array. |
double |
cost()
|
int |
length()
|
int |
maxsize()
|
Path |
nextPath(int pos)
get next possible path, reusing used array. |
Path[] |
nextPaths()
get array of next possible paths. |
java.lang.String |
toString()
|
Method Detail |
---|
Path copyMax()
Path[] nextPaths()
Path nextPath(int pos)
pos
- position in unused array.java.lang.String toString()
toString
in class java.lang.Object
int length()
int maxsize()
double cost()
java.lang.Object clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |