GP.Attributes.Ranges
Class Green

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

public class Green
extends Range


Constructor Summary
Green(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

Green

public Green(Colorable colorable)
Method Detail

GetUpperBound

public double GetUpperBound()
Overrides:
GetUpperBound in class Range

GetLowerBound

public double GetLowerBound()
Overrides:
GetLowerBound in class Range