Uses of Interface
jopt.csp.variable.CspLongCast

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

Uses of CspLongCast in jopt.csp.variable
 

Subinterfaces of CspLongCast in jopt.csp.variable
 interface CspGenericLongExpr
          Interface for generic float 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 CspLongCast
 CspLongCast CspGenericLongExpr.getExpression(int offset)
          Returns a numeric expression from the internal array
 

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