|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcreek.cke.graph.DefaultGraph
jcreek.cke.graph.TreeGraph
Field Summary |
Fields inherited from class jcreek.cke.graph.DefaultGraph |
edgeList, nodeList, root |
Constructor Summary | |
TreeGraph()
|
Method Summary | |
boolean |
addEdge(Edge edge)
|
protected boolean |
isPath(Node head,
Node tail)
|
Methods inherited from class jcreek.cke.graph.DefaultGraph |
addNode, copy, edgeSize, getChildIterator, getEdgeIterator, getEdgeIterator, getNodeIterator, getNumChildren, getRoot, isRoot, nodeSize, removeEdge, removeEdges, removeNode, setRoot, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TreeGraph()
Method Detail |
public boolean addEdge(Edge edge)
addEdge
in interface Graph
addEdge
in class DefaultGraph
protected boolean isPath(Node head, Node tail)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |