demo.scheduling
Class ColorVertex

java.lang.Object
  extended by graphlab.Vertex
      extended by demo.scheduling.ColorVertex

public class ColorVertex
extends Vertex

Simple vertex carrying and integer value.

Author:
akyrola Date: Dec 4, 2010

Field Summary
 
Fields inherited from class graphlab.Vertex
id
 
Constructor Summary
ColorVertex(int value)
           
 
Method Summary
 int getValue()
           
 void setValue(int value)
           
 
Methods inherited from class graphlab.Vertex
getChildren, getEdgeFrom, getEdgeTo, getId, getInboundEdges, getOutboundEdges, getParents, getVertexColor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorVertex

public ColorVertex(int value)
Method Detail

getValue

public int getValue()

setValue

public void setValue(int value)