public class WeightedTree extends java.lang.Object implements GraphBuilder
TREE_EDGE, WEIGHT| Constructor and Description |
|---|
WeightedTree() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendNode(GraphNode nodeA) |
void |
initialize(Graph inGraph) |
void |
removeNode(GraphNode inNode) |
public void initialize(Graph inGraph)
initialize in interface GraphBuilderpublic void appendNode(GraphNode nodeA)
appendNode in interface GraphBuilderpublic void removeNode(GraphNode inNode)
removeNode in interface GraphBuilder