Uses of Interface
jopt.csp.variable.CspGenericLongConstant

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

Uses of CspGenericLongConstant in jopt.csp.variable
 

Methods in jopt.csp.variable that return CspGenericLongConstant
 CspGenericLongConstant CspVariableFactory.genericLongConst(java.lang.String name, CspGenericIndex[] indices, java.lang.Long[] nodes)
          Creates a generic long constant
 CspGenericLongConstant CspVariableFactory.genericLongConst(java.lang.String name, CspGenericIndex[] indices, long[] nodes)
          Creates a generic long constant
 CspGenericLongConstant CspVariableFactory.genericLongConst(java.lang.String name, CspGenericIndex index, java.lang.Long[] nodes)
          Creates a generic long constant
 CspGenericLongConstant CspVariableFactory.genericLongConst(java.lang.String name, CspGenericIndex index, long[] nodes)
          Creates a generic long constant
 

Methods in jopt.csp.variable with parameters of type CspGenericLongConstant
 CspConstraint CspLongExpr.eq(CspGenericLongConstant val)
          Returns constraint restricting this expression to a value
 CspConstraint CspLongExpr.lt(CspGenericLongConstant val)
          Returns constraint restricting this expression to values below a given maximum
 CspConstraint CspLongExpr.leq(CspGenericLongConstant val)
          Returns constraint restricting this expression to values below and including a given maximum
 CspConstraint CspLongExpr.gt(CspGenericLongConstant val)
          Returns constraint restricting this expression to values above a given minimum
 CspConstraint CspLongExpr.geq(CspGenericLongConstant val)
          Returns constraint restricting this expression to values above and including a given minimum
 CspConstraint CspLongExpr.neq(CspGenericLongConstant val)
          Returns constraint restricting this expression to all values not equivalent to supplied value
 CspGenericLongExpr CspGenericLongExpr.add(CspGenericLongConstant l)
          Returns an expression representing the sum of this expression with a static generic value
 CspGenericLongExpr CspGenericLongExpr.subtract(CspGenericLongConstant l)
          Returns an expression representing the difference of this expression with a static generic value
 CspGenericLongExpr CspGenericLongExpr.multiply(CspGenericLongConstant l)
          Returns an expression representing the product of this expression with a static generic value
 CspGenericLongExpr CspGenericLongExpr.divide(CspGenericLongConstant l)
          Returns an expression representing the quotient of this expression with a static generic value
 CspConstraint CspGenericLongExpr.eq(CspGenericLongConstant val)
          Returns a constraint restricting this expression to a value
 CspConstraint CspGenericLongExpr.lt(CspGenericLongConstant val)
          Returns a constraint restricting this expression to values below a given maximum
 CspConstraint CspGenericLongExpr.leq(CspGenericLongConstant val)
          Returns a constraint restricting this expression to values below and including a given maximum
 CspConstraint CspGenericLongExpr.gt(CspGenericLongConstant val)
          Returns a constraint restricting this expression to values above a given minimum
 CspConstraint CspGenericLongExpr.geq(CspGenericLongConstant val)
          Returns a constraint restricting this expression to values above and including a given minimum
 CspConstraint CspGenericLongExpr.neq(CspGenericLongConstant val)
          Returns a constraint restricting this expression to all values not equivalent to supplied value
 CspGenericLongExpr CspGenericIntExpr.add(CspGenericLongConstant l)
          Returns an expression representing the sum of this expression with a static generic value
 CspGenericLongExpr CspGenericIntExpr.subtract(CspGenericLongConstant l)
          Returns an expression representing the difference of this expression with a static generic value
 CspGenericLongExpr CspGenericIntExpr.multiply(CspGenericLongConstant l)
          Returns an expression representing the product of this expression with a static generic value
 CspGenericLongExpr CspGenericIntExpr.divide(CspGenericLongConstant l)
          Returns an expression representing the quotient of this expression with a static generic value