org.apache.tez.dag.utils
Class Graph.Node
java.lang.Object
org.apache.tez.dag.utils.Graph.Node
- Enclosing class:
- Graph
public class Graph.Node
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Graph.Node
public Graph.Node(String id)
Graph.Node
public Graph.Node(String id,
String label)
getParent
public Graph getParent()
addEdge
public Graph.Node addEdge(Graph.Node to,
String info)
getLabel
public String getLabel()
setLabel
public void setLabel(String label)
getUniqueId
public String getUniqueId()
setShape
public void setShape(String shape)
Copyright © 2014 Apache Software Foundation. All rights reserved.