GraphLab Project

graphlab.library.algorithms.goperators
Class GraphUnion

java.lang.Object
  extended by graphlab.library.algorithms.Algorithm
      extended by graphlab.library.algorithms.goperators.GraphUnion
All Implemented Interfaces:
AlgorithmInterface

public class GraphUnion
extends Algorithm

Author:
Mohammad Ali Rostami

Constructor Summary
GraphUnion()
           
 
Method Summary
static
<VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>>
BaseGraph<VertexType,EdgeType>
union(BaseGraph<VertexType,EdgeType> g1, BaseGraph<VertexType,EdgeType> g2)
           
 
Methods inherited from class graphlab.library.algorithms.Algorithm
acceptEventDispatcher, dispatchEvent, getDispatcher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphUnion

public GraphUnion()
Method Detail

union

public static <VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>> BaseGraph<VertexType,EdgeType> union(BaseGraph<VertexType,EdgeType> g1,
                                                                                                                         BaseGraph<VertexType,EdgeType> g2)

GraphLab Project