GraphLab Project

graphlab.library.algorithms.homomorphism
Class Homomorphism<VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>>

java.lang.Object
  extended by graphlab.library.algorithms.homomorphism.Homomorphism<VertexType,EdgeType>

public class Homomorphism<VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>>
extends java.lang.Object

Author:
Soroush Sabet

Method Summary
 BaseGraph<VertexType,EdgeType> getDomain()
           
 BaseGraph<VertexType,EdgeType> getRange()
           
 boolean isValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDomain

public BaseGraph<VertexType,EdgeType> getDomain()

getRange

public BaseGraph<VertexType,EdgeType> getRange()

isValid

public boolean isValid()

GraphLab Project