Skip navigation links
A C D E F G H I J L M N O P R S T U V 

G

get(String) - Static method in enum javax.constraints.Probability
 
get(int, int) - Method in interface javax.constraints.VarMatrix
 
getAllStrings() - Method in interface javax.constraints.VarString
Returns all possible strings from the domain of this variable.
getAPIVersion() - Method in interface javax.constraints.Problem
Returns JSR331 API version number
getAPIVersion() - Method in class javax.constraints.ProblemDelegator
 
getAt(String) - Method in interface javax.constraints.Solution
A synonym for getValue(name).
getCardinality() - Method in interface javax.constraints.VarSet
 
getConstraint(String) - Method in interface javax.constraints.Problem
Returns the Constraint the name "name", or null if no such constraints exists in the problem.
getConstraint(String) - Method in class javax.constraints.ProblemDelegator
 
getConstraints() - Method in interface javax.constraints.Problem
Returns an array of Constraints previously added to the problem.
getConstraints() - Method in class javax.constraints.ProblemDelegator
 
getDomainSize() - Method in interface javax.constraints.Var
Returns the current number of values inside the domain of this variable.
getDomainType() - Method in interface javax.constraints.Var
Returns the type of this variable's domain.
getFalseConstraint() - Method in interface javax.constraints.Problem
Returns the constant constraint that always will fail when it is posted or executed.
getFalseConstraint() - Method in class javax.constraints.ProblemDelegator
 
getImpl() - Method in interface javax.constraints.ConstrainedVariable
This method should be defined by a concrete solver implementation.
getImpl() - Method in interface javax.constraints.Constraint
This method should be defined by a concrete solver implementation.
getImpl() - Method in interface javax.constraints.SearchStrategy
This method should be defined by a concrete solver implementation.
getImplVersion() - Method in interface javax.constraints.Problem
Returns JSR331 Implementation version number
getImplVersion() - Method in class javax.constraints.ProblemDelegator
 
getIndex(String) - Method in interface javax.constraints.VarString
 
getInitialDomain() - Method in interface javax.constraints.Var
Returns a string representation of the initial domain of this variable.
getInitialDomain() - Method in interface javax.constraints.VarReal
Returns a string representation of the initial domain of this variable.
getInitialDomain() - Method in interface javax.constraints.VarString
 
getInt() - Method in interface javax.constraints.VarString
Returns the underlying integer constrained variable.
getMax(String) - Method in interface javax.constraints.Solution
Returns the maximum value in the domain of the solution variable with the given name.
getMax() - Method in interface javax.constraints.Var
Returns the current maximum value in the domain of this variable.
getMax() - Method in interface javax.constraints.VarReal
Returns the current maximum value in the domain of this variable.
getMaxNumberOfSolutions() - Method in interface javax.constraints.Solver
Returns the maximal number of solutions any search can look for.
getMin(String) - Method in interface javax.constraints.Solution
Returns the minimum value in the domain of the solution variable with the given name.
getMin() - Method in interface javax.constraints.Var
Returns the current minimum value in the domain of this variable.
getMin() - Method in interface javax.constraints.VarReal
Returns the current minimum value in the domain of this variable.
getName() - Method in interface javax.constraints.ConstrainedVariable
Returns the name of this object.
getName() - Method in interface javax.constraints.Constraint
Returns the name of this object.
getName() - Method in interface javax.constraints.Problem
Returns the problem name
getName() - Method in class javax.constraints.ProblemDelegator
 
getName() - Method in interface javax.constraints.SearchStrategy
Returns the name of this strategy.
getNumberOfSolutions() - Method in interface javax.constraints.Solver
Returns the number of the last solution found, or 0 if no solutions have been found yet (or the search for a solution was not yet launched).
getNumberOfVarReals() - Method in interface javax.constraints.Solution
Returns the number of decision real variables in the solution
getNumberOfVars() - Method in interface javax.constraints.Solution
Returns the number of decision integer variables in the solution
getNumberOfVarSets() - Method in interface javax.constraints.Solution
Returns the number of decision set variables in the solution
getObject() - Method in interface javax.constraints.ConstrainedVariable
This method may be used to get an attached Business Object for this object.
getObject() - Method in interface javax.constraints.Constraint
This method may be used to get an attached Business Object for this object.
getObject() - Method in interface javax.constraints.SearchStrategy
This method may be used to get an attached Business Object for this object.
getOptimizationTolerance() - Method in interface javax.constraints.Solver
Returns the current tolerance for the method findOptimalSolution()
getPossibleSet() - Method in interface javax.constraints.VarSet
 
getProblem() - Method in interface javax.constraints.ConstrainedVariable
Return a problem to which this object belongs
getProblem() - Method in interface javax.constraints.Constraint
Return a problem to which this object belongs
getProblem() - Method in interface javax.constraints.Solution
Returns the problem that this Solution is a solution to.
getProblem() - Method in interface javax.constraints.Solver
Returns the Problem for which this solver was created
getRealPrecision() - Method in interface javax.constraints.Problem
Returns the precision for VarReals
getRealPrecision() - Method in class javax.constraints.ProblemDelegator
 
getRequiredSet() - Method in interface javax.constraints.VarSet
 
getSearchStrategy() - Method in interface javax.constraints.Solver
Returns a SearchStrategy that is currently used by the solver
getSearchStrategy() - Method in interface javax.constraints.VarSelector
Return a search strategy with which this selector is associated
getSolution(int) - Method in interface javax.constraints.Solver
Returns the i-th Solution found by the latest search
getSolutionNumber() - Method in interface javax.constraints.Solution
Returns the number identifying this Solution.
getSolver() - Method in interface javax.constraints.Problem
Returns an instance of a Solver associated with this problem.
getSolver() - Method in class javax.constraints.ProblemDelegator
 
getSolver() - Method in interface javax.constraints.SearchStrategy
Returns a solver to which this strategy belongs.
getSolver() - Method in interface javax.constraints.Solution
Returns the solver that created this Solution.
getStrategyLogVariables() - Method in interface javax.constraints.Solver
Returns a search strategy that logs all variables
getTimeLimit() - Method in interface javax.constraints.Solver
Returns the duration, in milliseconds, of the imposed time limit on search of one solution.
getTimeLimitGlobal() - Method in interface javax.constraints.Solver
Returns the duration, in milliseconds, of the imposed time limit on global search of all solutions or an optimal solution.
getTimeLimitStart() - Method in interface javax.constraints.Solver
Returns the time, in milliseconds, at which the time limit began counting.
getTotalConstraintViolation() - Method in interface javax.constraints.Problem
 
getTotalConstraintViolation() - Method in class javax.constraints.ProblemDelegator
 
getTrueConstraint() - Method in interface javax.constraints.Problem
Returns the constant constraint that always succeeds when it is posted or executed.
getTrueConstraint() - Method in class javax.constraints.ProblemDelegator
 
getType() - Method in interface javax.constraints.SearchStrategy
Returns a type of this Search Strategy
getType() - Method in interface javax.constraints.ValueSelector
 
getType() - Method in interface javax.constraints.VarSelector
Returns a type of this selector
getValue() - Method in enum javax.constraints.Probability
 
getValue(String) - Method in interface javax.constraints.Solution
Returns the value of the solution variable with the given name, throws a RuntimeException if the variable is not bound.
getValue() - Method in interface javax.constraints.Var
Returns the value to which this variable has been instantiated, throws a RuntimeException if the variable is not instantiated.
getValue() - Method in interface javax.constraints.VarReal
Returns the value to which this variable has been instantiated, throws a RuntimeException if the variable is not instantiated.
getValue() - Method in interface javax.constraints.VarSet
 
getValue() - Method in interface javax.constraints.VarString
Returns a String which is the value to which this variable has been instantiated, throws a RuntimeException if the variable is not instantiated.
getValue(int) - Method in interface javax.constraints.VarString
Returns a string with an index "index" from the domain of this variable
getValueReal(String) - Method in interface javax.constraints.Solution
Returns the value of the solution real variable with the given name, throws a RuntimeException if the real variable is not bound.
getValueSelector() - Method in interface javax.constraints.SearchStrategy
Returns a value selector that was set for this strategy
getValueSet(String) - Method in interface javax.constraints.Solution
Returns the value of the solution set variable with the given name, throws a RuntimeException if the set variable is not bound.
getValueString(String) - Method in interface javax.constraints.Solution
Returns the value of the sting solution variable with the given name, throws a RuntimeException if the variable is not bound.
getVar(String) - Method in interface javax.constraints.Problem
Returns the Var variable with the name "name", or null if no such variable exists in the problem.
getVar(String) - Method in class javax.constraints.ProblemDelegator
 
getVarArray(String) - Method in interface javax.constraints.Problem
Returns the array of Var variables with the name "name", or null if no such array exists in the problem.
getVarArray(String) - Method in class javax.constraints.ProblemDelegator
 
getVarBools() - Method in interface javax.constraints.Problem
Returns an array containing the VarBool variables previously added to the problem.
getVarBools() - Method in class javax.constraints.ProblemDelegator
 
getVarMatrix(String) - Method in interface javax.constraints.Problem
 
getVarMatrix(String) - Method in class javax.constraints.ProblemDelegator
 
getVarReal(String) - Method in interface javax.constraints.Problem
Returns the VarReal variable with the name "name", or null if no such variable exists in the problem.
getVarReal(String) - Method in class javax.constraints.ProblemDelegator
 
getVarReals() - Method in interface javax.constraints.Problem
Returns an array containing the VarReal variables previously added to the problem.
getVarReals() - Method in class javax.constraints.ProblemDelegator
 
getVarReals() - Method in interface javax.constraints.SearchStrategy
Returns a an array of real variables that is in use by this strategy
getVarReals() - Method in interface javax.constraints.VarRealSelector
Returns the array of constrained real variables upon which this selector was defined.
getVars() - Method in interface javax.constraints.Problem
Returns an array containing the Var variables previously added to the problem.
getVars() - Method in class javax.constraints.ProblemDelegator
 
getVars() - Method in interface javax.constraints.SearchStrategy
Returns a an array of integer variables that is in use by this strategy
getVars() - Method in interface javax.constraints.VarSelector
Returns the array of constrained variables upon which this selector was defined.
getVarSelector() - Method in interface javax.constraints.SearchStrategy
Returns a variable selector that was set for this strategy
getVarSets() - Method in interface javax.constraints.Problem
Returns an array containing the VarSet variables previously added to the problem.
getVarSets() - Method in class javax.constraints.ProblemDelegator
 
getVarString(String) - Method in interface javax.constraints.Problem
 
getVarString(String) - Method in class javax.constraints.ProblemDelegator
 
getVarStrings() - Method in interface javax.constraints.Problem
 
getVarStrings() - Method in class javax.constraints.ProblemDelegator
 
A C D E F G H I J L M N O P R S T U V 
Skip navigation links