Uses of Interface
jopt.csp.variable.CspGenericBooleanConstant

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

Uses of CspGenericBooleanConstant in jopt.csp.variable
 

Methods in jopt.csp.variable that return CspGenericBooleanConstant
 CspGenericBooleanConstant CspVariableFactory.genericBooleanConst(java.lang.String name, CspGenericIndex[] indices, boolean[] nodes)
          Creates a generic boolean constant
 CspGenericBooleanConstant CspVariableFactory.genericBooleanConst(java.lang.String name, CspGenericIndex index, boolean[] nodes)
          Creates a generic boolean constant
 CspGenericBooleanConstant CspGenericBooleanConstant.generateBooleanConstant(boolean bool)
          Generates a CspGenericBooleanConstant based on only one boolean value
 CspGenericBooleanConstant CspGenericBooleanConstant.createFragment(CspGenericIndex[] fragIndices)
          Returns a CspGenericBooleanConstant based on the specified indices
 

Methods in jopt.csp.variable with parameters of type CspGenericBooleanConstant
 CspBooleanExpr CspBooleanExpr.and(CspGenericBooleanConstant val)
          Creates a boolean expression resulting from anding a generic constant with this expression
 CspBooleanExpr CspBooleanExpr.xor(CspGenericBooleanConstant val)
          Creates a boolean expression resulting from xoring a generic constant with this expression
 CspBooleanExpr CspBooleanExpr.or(CspGenericBooleanConstant val)
          Creates a boolean expression resulting from oring a generic constant with this expression
 CspBooleanExpr CspBooleanExpr.implies(CspGenericBooleanConstant val)
          Creates a boolean expression resulting from this expression implying a generic constant value