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