public interface GraphBuilder
| Modifier and Type | Field and Description |
|---|---|
static GraphAttributes.AttrKey<java.lang.Boolean> |
TREE_EDGE |
static GraphAttributes.AttrKey<java.lang.Integer> |
WEIGHT |
| Modifier and Type | Method and Description |
|---|---|
void |
appendNode(GraphNode inNode) |
void |
initialize(Graph inGraph) |
void |
removeNode(GraphNode inNode) |
static final GraphAttributes.AttrKey<java.lang.Integer> WEIGHT
static final GraphAttributes.AttrKey<java.lang.Boolean> TREE_EDGE