org.activemath.studentmodel2.assessment
Class IRinterval

java.lang.Object
  extended by org.activemath.studentmodel2.assessment.IRinterval

public class IRinterval
extends Object


Constructor Summary
IRinterval(double lowerBound, double upperBound)
           
 
Method Summary
 double getLowerBound()
           
 double getUpperBound()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IRinterval

public IRinterval(double lowerBound,
                  double upperBound)
Method Detail

getUpperBound

public double getUpperBound()
Returns:
the upperBound

getLowerBound

public double getLowerBound()
Returns:
the lowerBound