org.apache.hadoop.yarn.util
Class Graph.Edge

java.lang.Object
  extended by org.apache.hadoop.yarn.util.Graph.Edge
Enclosing class:
Graph

public class Graph.Edge
extends Object


Constructor Summary
Graph.Edge(Graph.Node from, Graph.Node to, String info)
           
 
Method Summary
 Graph.Edge combine(Graph.Edge rhs)
           
 boolean sameAs(Graph.Edge rhs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graph.Edge

public Graph.Edge(Graph.Node from,
                  Graph.Node to,
                  String info)
Method Detail

sameAs

public boolean sameAs(Graph.Edge rhs)

combine

public Graph.Edge combine(Graph.Edge rhs)


Copyright © 2012 Apache Software Foundation. All Rights Reserved.