|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.combean.adapters.jgraph.JGraphEdgeIterator
public class JGraphEdgeIterator
EdgeIterator for using a JGraph GraphModel as Combean Graph
Constructor Summary | |
---|---|
JGraphEdgeIterator(org.jgraph.graph.GraphModel g,
Object node)
constructor |
Method Summary | |
---|---|
boolean |
hasNext()
Check if further edges exist for this iteration. |
Edge |
next()
Switch to the next edge in the iteration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JGraphEdgeIterator(org.jgraph.graph.GraphModel g, Object node)
g
- the GraphModel where the edge iteration takes placenode
- the node of which the incident edges shall be retrievedMethod Detail |
---|
public boolean hasNext()
EdgeIterator
hasNext
in interface EdgeIterator
public Edge next()
EdgeIterator
next
in interface EdgeIterator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |