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