|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.walend.digraph.path.AbstractListGEPath | +--net.walend.digraph.path.ListGEPath
This class implements the GEPath interface using two lists.
Nested Class Summary |
Nested classes inherited from class net.walend.digraph.path.AbstractListGEPath |
AbstractListGEPath.ListEdgeNodeIterator |
Field Summary |
Fields inherited from class net.walend.digraph.path.AbstractListGEPath |
|
Fields inherited from interface net.walend.digraph.GEDigraph |
EMPTY |
Constructor Summary | |
ListGEPath(GEDigraph digraph,
java.util.List nodeList)
Creates a new path on digraph that has only node in it, using nodeList. |
|
ListGEPath(GEPath path)
|
|
ListGEPath(GEPath path,
java.util.List nodeList)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ListGEPath(GEPath path)
public ListGEPath(GEPath path, java.util.List nodeList)
public ListGEPath(GEDigraph digraph, java.util.List nodeList)
InvalidPathException
- if the path is not valid.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |