GP.Attributes.Ranges
Class Blue

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

public class Blue
extends Range


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

Blue

public Blue(Colorable colorable)
Method Detail

GetUpperBound

public double GetUpperBound()
Overrides:
GetUpperBound in class Range

GetLowerBound

public double GetLowerBound()
Overrides:
GetLowerBound in class Range