Class TrivialColoringVertex

java.lang.Object
  |
  +--Vertex
        |
        +--ColoringVertex
              |
              +--TrivialColoringVertex
All Implemented Interfaces:
java.lang.Cloneable

public class TrivialColoringVertex
extends ColoringVertex
implements java.lang.Cloneable


Field Summary
 
Fields inherited from class ColoringVertex
color, MINCOLOR
 
Fields inherited from class Vertex
neighbors, xFactor, yFactor
 
Constructor Summary
TrivialColoringVertex()
           
 
Method Summary
 void move(int info)
          This method should make a move assuming that vertex is enabled.
 
Methods inherited from class ColoringVertex
agree, clone, colorsUsed, getColor, getState, getStateInfo, paintState, printState, randomState, setState
 
Methods inherited from class Vertex
addEdge, deg, distance, getInfo, getName, getRadius, getXCoordinate, getYCoordinate, iterator, print, setCoordinates, setFactors, setName, setRadius, setXCoordinate, setYCoordinate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrivialColoringVertex

public TrivialColoringVertex()
Method Detail

move

public void move(int info)
Description copied from class: Vertex
This method should make a move assuming that vertex is enabled.

Specified by:
move in class ColoringVertex