|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Description of the Interface
Method Summary | |
void |
addEdge(Edge e,
Vertex source,
Vertex target)
Adds a feature to the Edge attribute of the MutableDirectedGraph object |
void |
addVertex(Vertex v)
Adds a feature to the Vertex attribute of the MutableDirectedGraph object |
void |
removeEdge(Edge e)
Description of the Method |
void |
removeVertex(Vertex v)
Description of the Method |
Methods inherited from interface org.apache.commons.graph.DirectedGraph |
getInbound, getOutbound, getSource, getTarget |
Methods inherited from interface org.apache.commons.graph.Graph |
getEdges, getEdges, getVertices, getVertices |
Method Detail |
public void addVertex(Vertex v) throws GraphException
GraphException
public void addEdge(Edge e, Vertex source, Vertex target) throws GraphException
GraphException
public void removeVertex(Vertex v) throws GraphException
GraphException
public void removeEdge(Edge e) throws GraphException
GraphException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |