public class MutableGraphNode extends Object
| Constructor and Description |
|---|
MutableGraphNode(int tag) |
| Modifier and Type | Method and Description |
|---|---|
MutableGraphEdge |
connect(MutableGraphNode other) |
void |
connectAll(Collection<MutableGraphNode> nodes) |
Collection<MutableGraphEdge> |
getEdges() |
int |
getTag() |
void |
setTag(int tag) |
String |
toString() |
public MutableGraphEdge connect(MutableGraphNode other)
public void connectAll(Collection<MutableGraphNode> nodes)
public Collection<MutableGraphEdge> getEdges()
public int getTag()
public void setTag(int tag)
Copyright © 2015. All rights reserved.