|
|||||||||||
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)
Adds a feature to the Edge attribute of the MutableGraph object |
void |
addVertex(Vertex v)
Adds a feature to the Vertex attribute of the MutableGraph object |
void |
connect(Edge e,
Vertex v)
Description of the Method |
void |
disconnect(Edge e,
Vertex v)
Description of the Method |
void |
removeEdge(Edge e)
Description of the Method |
void |
removeVertex(Vertex v)
Description of the Method |
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 removeVertex(Vertex v) throws GraphException
GraphException
public void addEdge(Edge e) throws GraphException
GraphException
public void removeEdge(Edge e) throws GraphException
GraphException
public void connect(Edge e, Vertex v) throws GraphException
GraphException
public void disconnect(Edge e, Vertex v) throws GraphException
GraphException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |