org.encog.engine.util
Class IntRange

java.lang.Object
  extended by org.encog.engine.util.IntRange

public class IntRange
extends Object

A range of integers.


Constructor Summary
IntRange(int high, int low)
          Construct an integer range.
 
Method Summary
 int getHigh()
           
 int getLow()
           
 void setHigh(int high)
          Set the high end of the range.
 void setLow(int low)
          Set the low end of the range.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntRange

public IntRange(int high,
                int low)
Construct an integer range.

Parameters:
high - The high end of the range.
low - The low end of the range.
Method Detail

getHigh

public int getHigh()
Returns:
The high end of the range.

getLow

public int getLow()
Returns:
The low end of the range.

setHigh

public void setHigh(int high)
Set the high end of the range.

Parameters:
high - The high end of the range.

setLow

public void setLow(int low)
Set the low end of the range.

Parameters:
low - The low end of the range.


Copyright © 2011. All Rights Reserved.