|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MutableDirectedGraph
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 |
---|
void addVertex(Vertex v) throws GraphException
GraphException
void addEdge(Edge e, Vertex source, Vertex target) throws GraphException
GraphException
void removeVertex(Vertex v) throws GraphException
GraphException
void removeEdge(Edge e) throws GraphException
GraphException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |