Uses of Interface
jopt.csp.variable.CspFloatCast

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

Uses of CspFloatCast in jopt.csp.variable
 

Subinterfaces of CspFloatCast in jopt.csp.variable
 interface CspFloatExpr
          Interface implemented by float precision floating point numeric expressions.
 interface CspFloatVariable
          Interface implemented by float precision floating point variables.
 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 that return CspFloatCast
 CspFloatCast CspGenericFloatExpr.getExpression(int offset)
          Returns a numeric expression from the internal array
 

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