Uses of Interface
jopt.csp.variable.CspGenericBooleanExpr

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

Uses of CspGenericBooleanExpr in jopt.csp.variable
 

Methods in jopt.csp.variable that return CspGenericBooleanExpr
 CspGenericBooleanExpr CspVariableFactory.genericBoolean(java.lang.String name, CspGenericIndex[] indices, CspBooleanExpr[] expressions)
          Produces a generic variable that wraps a set of expressions
 CspGenericBooleanExpr CspVariableFactory.genericBoolean(java.lang.String name, CspGenericIndex index, CspBooleanExpr[] expressions)
          Produces a generic variable that wraps a set of expressions
 CspGenericBooleanExpr CspVariableFactory.genericBoolean(java.lang.String name, CspGenericIndex[] indices, CspConstraint constraint)
          Produces a generic variable that wraps a constraint
 CspGenericBooleanExpr CspVariableFactory.genericBoolean(java.lang.String name, CspGenericIndex index, CspConstraint constraint)
          Produces a generic variable that wraps a constraint