- implies(Constraint) - Method in interface javax.constraints.Constraint
 
- 
Returns a Constraint that states the implication: if this then c.
 
- intersection(VarSet) - Method in interface javax.constraints.VarSet
 
- 
Creates a new set variable that is an intersection of this set variable
 with the "varSet" passed as a parameter.
 
- isBound(String) - Method in interface javax.constraints.Solution
 
- 
Returns true if the domain of the solution variable with the given name
         is a single value, i.e.
 
- isBound() - Method in interface javax.constraints.Solution
 
- 
Returns true if all the solution variables are bound, i.e.
 
- isBound() - Method in interface javax.constraints.Var
 
- 
Returns true if the domain of the variable contains only one value.
 
- isBound() - Method in interface javax.constraints.VarReal
 
- 
Returns true if the domain of the variable contains only one value.
 
- isBound() - Method in interface javax.constraints.VarSet
 
-  
 
- isBound() - Method in interface javax.constraints.VarString
 
-  
 
- isPossible(int) - Method in interface javax.constraints.VarSet
 
-  
 
- isRequired(int) - Method in interface javax.constraints.VarSet
 
-