|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--ca.quine.jcommons.transform.graph.Path
| Field Summary | |
static Path |
NO_PATH
|
static int |
NO_PATH_COST
|
| Constructor Summary | |
Path()
|
|
Path(Path oldPath)
|
|
| Method Summary | |
void |
addNode(TransformNode node,
int cost)
|
int |
getCost()
|
Iterator |
getIterator()
|
boolean |
hasNode(TransformNode node)
|
boolean |
isNoPath()
|
void |
reverse()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int NO_PATH_COST
public static final Path NO_PATH
| Constructor Detail |
public Path()
public Path(Path oldPath)
| Method Detail |
public void addNode(TransformNode node,
int cost)
public Iterator getIterator()
public int getCost()
public boolean hasNode(TransformNode node)
public boolean isNoPath()
public void reverse()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||