ps4
Class NodeColor

java.lang.Object
  extended byps4.NodeColor

public final class NodeColor
extends Object

NodeColor represents the color of a node in a BipartiteGraph. A node can be either black or white. The static constants NodeColor.BLACK and NodeColor.WHITE represent these; no other instances can be created.


Field Summary
static NodeColor BLACK
           
static NodeColor WHITE
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BLACK

public static final NodeColor BLACK

WHITE

public static final NodeColor WHITE
Method Detail

toString

public String toString()
Effects:
returns a string representation of the color