|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
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) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |