Uses of Interface
jopt.csp.variable.CspDoubleCast

Packages that use CspDoubleCast
jopt.csp.variable The interfaces for building, combining, and constraining variables and expressions  
 

Uses of CspDoubleCast in jopt.csp.variable
 

Subinterfaces of CspDoubleCast in jopt.csp.variable
 interface CspDoubleExpr
          Interface implemented by double precision floating point numeric expressions.
 interface CspDoubleVariable
          Interface implemented by double precision floating point variables.
 interface CspFloatCast
          Interface allowing other variables and expressions to be casted to a float type for use with float expressions
 interface CspFloatExpr
          Interface implemented by float precision floating point numeric expressions.
 interface CspFloatVariable
          Interface implemented by float precision floating point variables.
 interface CspGenericDoubleExpr
          Interface for generic double expressions
 interface CspGenericFloatExpr
          Interface for generic float expressions
 interface CspGenericLongExpr
          Interface for generic float expressions
 interface CspLongCast
          Interface allowing other variables and expressions to be casted to a long type for use with long expressions
 interface CspLongExpr
          Interface implemented by long integer based numeric expressions.
 interface CspLongVariable
          Interface implemented by long integer based variables.
 

Methods in jopt.csp.variable with parameters of type CspDoubleCast
 CspDoubleVariable CspVariableFactory.doubleVar(java.lang.String name, CspDoubleCast expr)
          Creates an instance of a CspDoubleVariable object based on an expression.
 CspDoubleExpr CspDoubleExpr.add(CspDoubleCast expr)
          Returns an expression representing the sum of this expression with another expression
 CspDoubleExpr CspDoubleExpr.subtract(CspDoubleCast expr)
          Returns an expression representing the difference of this expression with another expression
 CspDoubleExpr CspDoubleExpr.multiply(CspDoubleCast expr)
          Returns an expression representing the product of this expression with another expression
 CspDoubleExpr CspDoubleExpr.divide(CspDoubleCast expr)
          Returns an expression representing the quotient of this expression with another expression