| Constructor and Description |
|---|
Graph.Node(String id) |
Graph.Node(String id,
String label) |
| Modifier and Type | Method and Description |
|---|---|
Graph.Node |
addEdge(Graph.Node to,
String info) |
String |
getLabel() |
Graph |
getParent() |
String |
getUniqueId() |
void |
setLabel(String label) |
void |
setShape(String shape) |
public Graph.Node(String id)
public Graph getParent()
public Graph.Node addEdge(Graph.Node to, String info)
public String getLabel()
public void setLabel(String label)
public String getUniqueId()
public void setShape(String shape)
Copyright © 2014 Apache Software Foundation. All rights reserved.