|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--net.walend.digraph.path.AbstractListUEPath
|
+--net.walend.digraph.path.ListUEPath
This class implements the UEPath interface using two lists.
| Nested Class Summary |
| Nested classes inherited from class net.walend.digraph.path.AbstractListUEPath |
AbstractListUEPath.ListEdgeIterator |
| Field Summary |
| Fields inherited from class net.walend.digraph.path.AbstractListUEPath |
|
| Fields inherited from interface net.walend.digraph.UEDigraph |
EMPTY |
| Constructor Summary | |
ListUEPath(UEDigraph 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. |
|
ListUEPath(UEPath path)
|
|
ListUEPath(UEPath 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 ListUEPath(UEPath path)
public ListUEPath(UEPath path,
java.util.List nodeList,
java.util.List edgeList)
public ListUEPath(UEDigraph 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 | ||||||||||