GraphLab Project

graphlab.library.algorithms.goperators
Class GraphComplement

java.lang.Object
  extended by graphlab.library.algorithms.goperators.GraphComplement

public class GraphComplement
extends java.lang.Object

Author:
Mohammad Ai Rostami

Constructor Summary
GraphComplement()
           
 
Method Summary
static
<VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>>
BaseGraph<VertexType,EdgeType>
complement(BaseGraph<VertexType,EdgeType> g1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphComplement

public GraphComplement()
Method Detail

complement

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

GraphLab Project