GraphLab Project

graphlab.library.algorithms.goperators.product
Class GCartesianProduct

java.lang.Object
  extended by graphlab.library.algorithms.goperators.product.GProduct
      extended by graphlab.library.algorithms.goperators.product.GCartesianProduct

public class GCartesianProduct
extends GProduct

Author:
Mohammad Ali Rostami

Field Summary
 
Fields inherited from class graphlab.library.algorithms.goperators.product.GProduct
g1, g2
 
Constructor Summary
GCartesianProduct()
           
 
Method Summary
 boolean compare(BaseVertex v1OfFirstG, BaseVertex v2OfFirstG, BaseVertex v1OfSecondG, BaseVertex v2OfSecondG)
           
 
Methods inherited from class graphlab.library.algorithms.goperators.product.GProduct
multiply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GCartesianProduct

public GCartesianProduct()
Method Detail

compare

public boolean compare(BaseVertex v1OfFirstG,
                       BaseVertex v2OfFirstG,
                       BaseVertex v1OfSecondG,
                       BaseVertex v2OfSecondG)
Specified by:
compare in class GProduct

GraphLab Project