GP.Attributes.Ranges
Class Red

java.lang.Object
  |
  +--GP.Attributes.Range
        |
        +--GP.Attributes.Ranges.Red

public class Red
extends Range


Constructor Summary
Red(Colorable colorable)
           
 
Method Summary
 double GetLowerBound()
           
 double GetUpperBound()
           
 
Methods inherited from class GP.Attributes.Range
Contains, Contains, Copy, DoForEach, DoForEach, equals, GetRandomNumberWithin
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Red

public Red(Colorable colorable)
Method Detail

GetUpperBound

public double GetUpperBound()
Overrides:
GetUpperBound in class Range

GetLowerBound

public double GetLowerBound()
Overrides:
GetLowerBound in class Range