harpoon.Analysis.GraphColoring
Class SparseNode

java.lang.Object
  extended by harpoon.Analysis.GraphColoring.Node
      extended by harpoon.Analysis.GraphColoring.ColorableNode
          extended by harpoon.Analysis.GraphColoring.SparseNode
Direct Known Subclasses:
DefaultSparseNode

public abstract class SparseNode
extends ColorableNode

SparseNode is an extension of a ColorableNode for use with the SparseGraph object.

Version:
$Id: SparseNode.java,v 1.3 2004/02/08 01:52:03 cananian Exp $
Author:
Felix S. Klock II <pnkfelix@mit.edu>

Field Summary
 
Fields inherited from class harpoon.Analysis.GraphColoring.ColorableNode
color
 
Constructor Summary
SparseNode()
          Creates a SparseNode.
 
Method Summary
 
Methods inherited from class harpoon.Analysis.GraphColoring.ColorableNode
getColor, isModifiable
 
Methods inherited from class harpoon.Analysis.GraphColoring.Node
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SparseNode

public SparseNode()
Creates a SparseNode.