GraphLab Project

graphlab.library.algorithms.coloring
Class SampleColoring<VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>>

java.lang.Object
  extended by graphlab.library.algorithms.Algorithm
      extended by graphlab.library.algorithms.coloring.SampleColoring<VertexType,EdgeType>
All Implemented Interfaces:
AlgorithmInterface, AutomatedAlgorithm
Direct Known Subclasses:
SampleColoringExtension

public class SampleColoring<VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>>
extends Algorithm
implements AutomatedAlgorithm


Constructor Summary
SampleColoring()
           
SampleColoring(BaseGraph<VertexType,EdgeType> g)
           
 
Method Summary
 void doAlgorithm()
           
 void doColoring()
           
 
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
 
Methods inherited from interface graphlab.library.algorithms.AlgorithmInterface
acceptEventDispatcher
 

Constructor Detail

SampleColoring

public SampleColoring(BaseGraph<VertexType,EdgeType> g)

SampleColoring

public SampleColoring()
Method Detail

doColoring

public void doColoring()

doAlgorithm

public void doAlgorithm()
Specified by:
doAlgorithm in interface AutomatedAlgorithm

GraphLab Project