Uses of Class
parser.absconparseur.components.PVariable

Packages that use PVariable
parser.absconparseur.components   
parser.absconparseur.intension   
parser.absconparseur.tools   
parser.chocogen   
 

Uses of PVariable in parser.absconparseur.components
 

Fields in parser.absconparseur.components declared as PVariable
protected  PVariable[] PConstraint.scope
           
 

Methods in parser.absconparseur.components that return PVariable
 PVariable PElement.getIndex()
           
 PVariable PVariable.getRepresentative()
           
 PVariable[] PConstraint.getScope()
           
 

Methods in parser.absconparseur.components with parameters of type PVariable
 int PConstraint.getPositionInScope(PVariable variable)
           
 void PVariable.setRepresentative(PVariable representative)
           
 

Constructors in parser.absconparseur.components with parameters of type PVariable
PAllDifferent(String name, PVariable[] scope)
           
PConstraint(String name, PVariable[] scope)
           
PCumulative(String name, PVariable[] scope, PTask[] tasks, int limit)
           
PDisjunctive(String name, PVariable[] scope, PTask[] tasks)
           
PElement(String name, PVariable[] scope, PVariable indexVariable, Object[] table, Object value)
           
PElement(String name, PVariable[] scope, PVariable indexVariable, Object[] table, Object value)
           
PExtensionConstraint(String name, PVariable[] scope, PRelation relation)
           
PGlobalCardinality(String name, PVariable[] scope, Object[] table, int offset)
           
PGlobalConstraint(String name, PVariable[] scope)
           
PIntensionConstraint(String name, PVariable[] scope, PFunction function, String effectiveParametersExpression)
           
PLexLess(String name, PVariable[] scope, Object[] table, int offset)
           
PLexLessEq(String name, PVariable[] scope, Object[] table, int offset)
           
PWeightedSum(String name, PVariable[] scope, int[] coeffs, PredicateTokens.RelationalOperator operator, int limit)
           
 

Uses of PVariable in parser.absconparseur.intension
 

Methods in parser.absconparseur.intension with parameters of type PVariable
 boolean EvaluationManager.isGuaranteedToBeDivisionByZeroFree(PVariable[] variables)
           
 boolean EvaluationManager.isGuaranteedToBeOverflowFree(PVariable[] variables)
           
 

Uses of PVariable in parser.absconparseur.tools
 

Methods in parser.absconparseur.tools that return PVariable
 PVariable[] InstanceParser.getVariables()
           
 

Methods in parser.absconparseur.tools that return types with arguments of type PVariable
 Map<String,PVariable> InstanceParser.getMapOfVariables()
           
 

Methods in parser.absconparseur.tools with parameters of type PVariable
protected  PConstraint InstanceParser.parseCumulativeConstraint(String name, PVariable[] scope, Element parameters)
           
protected  PConstraint InstanceParser.parseDisjunctiveConstraint(String name, PVariable[] scope, Element parameters)
           
protected  PConstraint InstanceParser.parseGlobalConstraint(String reference, String name, PVariable[] scope, Element parameters)
           
 

Uses of PVariable in parser.chocogen
 

Methods in parser.chocogen with parameters of type PVariable
 IntegerVariable VariableFactory.createVar(PVariable pvar)
          Make the internal decision to create Bound, Enum, LinkedList var
 boolean VariableFactory.isVarOnlyInvolvedInExtConstraint(PVariable pvar)
           
 IntegerVariable VariableFactory.makeVariable(PVariable pvar)
          Create a variable for pvar except if it is a fake variable (equal to another)
 



Copyright © 2012. All Rights Reserved.