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