|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttreebolic.model.graph.Graph
treebolic.model.graph.MutableGraph
public class MutableGraph
Mutable graph
| Field Summary |
|---|
| Fields inherited from class treebolic.model.graph.Graph |
|---|
dfs, theEdges, theNodes |
| Constructor Summary | |
|---|---|
MutableGraph()
|
|
| Method Summary | |
|---|---|
void |
add(GraphEdge thisEdge)
Add edge. |
void |
add(GraphNode thisNode)
Add node. |
| Methods inherited from class treebolic.model.graph.Graph |
|---|
getEdges, getEdges, getNodes, getNodeToEdgesMap, getNodeWithMinimumIncomingDegree, getNonTreeEdges, getTreeEdges, makeSpanningTree, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MutableGraph()
| Method Detail |
|---|
public void add(GraphNode thisNode)
thisNode - the node to add.public void add(GraphEdge thisEdge)
thisEdge - the edge to add.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||