harpoon.Analysis.GraphColoring
Class Color

java.lang.Object
  extended by harpoon.Analysis.GraphColoring.Color

public abstract class Color
extends Object

Color is a placeholder for specific graph colorers. Colors should be immutable objects representing a shared resource.

Version:
$Id: Color.java,v 1.2 2002/02/25 20:57:14 cananian Exp $
Author:
Felix S. Klock II <pnkfelix@mit.edu>

Constructor Summary
Color()
          Creates a Color.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Color

public Color()
Creates a Color.