| Constructor and Description |
|---|
Node(String id) |
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 |
setColor(String color) |
void |
setLabel(String label) |
void |
setShape(String shape) |
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)
public void setColor(String color)
Copyright © 2019 Apache Software Foundation. All rights reserved.