|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.graph.domain.basic.GraphWrapper
org.apache.commons.graph.domain.basic.DirectedGraphWrapper
Description of the Class
| Field Summary | |
private DirectedGraph |
impl
|
| Constructor Summary | |
DirectedGraphWrapper()
Constructor for the DirectedGraphWrapper object |
|
DirectedGraphWrapper(DirectedGraph graph)
Constructor for the DirectedGraphWrapper object |
|
| Method Summary | |
java.util.Set |
getInbound(Vertex v)
Gets the inbound attribute of the DirectedGraphWrapper object |
java.util.Set |
getOutbound(Vertex v)
Gets the outbound attribute of the DirectedGraphWrapper object |
Vertex |
getSource(Edge e)
Gets the source attribute of the DirectedGraphWrapper object |
Vertex |
getTarget(Edge e)
Gets the target attribute of the DirectedGraphWrapper object |
void |
setDirGraph(DirectedGraph graph)
Sets the dirGraph attribute of the DirectedGraphWrapper object |
| Methods inherited from class org.apache.commons.graph.domain.basic.GraphWrapper |
getEdges, getEdges, getVertices, getVertices, setGraph |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.commons.graph.Graph |
getEdges, getEdges, getVertices, getVertices |
| Field Detail |
private DirectedGraph impl
| Constructor Detail |
public DirectedGraphWrapper(DirectedGraph graph)
graph - public DirectedGraphWrapper()
| Method Detail |
public void setDirGraph(DirectedGraph graph)
public java.util.Set getInbound(Vertex v)
getInbound in interface DirectedGraphpublic java.util.Set getOutbound(Vertex v)
getOutbound in interface DirectedGraphpublic Vertex getSource(Edge e)
getSource in interface DirectedGraphpublic Vertex getTarget(Edge e)
getTarget in interface DirectedGraph
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||