org.apache.tez.dag.utils
Class Graph.Node

java.lang.Object
  extended by org.apache.tez.dag.utils.Graph.Node
Enclosing class:
Graph

public class Graph.Node
extends Object


Constructor Summary
Graph.Node(String id)
           
Graph.Node(String id, String label)
           
 
Method Summary
 Graph.Node addEdge(Graph.Node to, String info)
           
 String getLabel()
           
 Graph getParent()
           
 String getUniqueId()
           
 void setLabel(String label)
           
 void setShape(String shape)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graph.Node

public Graph.Node(String id)

Graph.Node

public Graph.Node(String id,
                  String label)
Method Detail

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.