Uses of Class
org.decisiondeck.xmcda_oo.structure.OrderedInterval

Packages that use OrderedInterval
org.decisiondeck.xmcda_oo.structure   
 

Uses of OrderedInterval in org.decisiondeck.xmcda_oo.structure
 

Subclasses of OrderedInterval in org.decisiondeck.xmcda_oo.structure
 class IntegerStepScaleToDel
          An immutable object.
 

Methods in org.decisiondeck.xmcda_oo.structure that return OrderedInterval
static OrderedInterval OrderedInterval.newDirection(Criterion.PreferenceDirection direction)
          Creates a new real interval, with no minimum or maximum bounds, representing the given preference direction.
static OrderedInterval OrderedInterval.newDiscreteInterval(Criterion.PreferenceDirection direction, double minimum, double maximum, double stepSize)
           
static OrderedInterval OrderedInterval.newInterval(Criterion.PreferenceDirection direction, double minimum, double maximum)
           
static OrderedInterval OrderedInterval.newMaximizeDirection()
           
static OrderedInterval OrderedInterval.newMinimizeDirection()
           
static OrderedInterval OrderedInterval.newRealsInterval()
          Creates an interval with infinite lower and upper bounds, representing the whole set of real numbers, and without a preference direction.
static OrderedInterval OrderedInterval.newUnrestrictedInterval(Criterion.PreferenceDirection direction, double minimum, double maximum)
          Creates an interval with possibly infinite lower and upper bounds.
 

Constructors in org.decisiondeck.xmcda_oo.structure with parameters of type OrderedInterval
DiscreteOrderedInterval(OrderedInterval delegate)
           
OrderedIntervalInteger(OrderedInterval delegate)
           
 



Copyright © 2011. All Rights Reserved.