ParsingEntry |
The class root of any entry in variables, constraints and objectives.
|
ParsingEntry.CEntry |
The root class of any element that is a (direct or indirect) entry in .
|
ParsingEntry.OEntry |
The root class for representing objectives.
|
ParsingEntry.VEntry |
The root class used for Var and Array objects.
|
XConstraints |
In this class, we find intern classes for managing stand-alone constraints, groups of constraints, and meta-constraints.
|
XConstraints.CChild |
The class for representing a child element of a constraint (or constraint template).
|
XConstraints.CEntryReifiable |
The class for representing any entry that is reifiable and softable (i.e., an entry that is not a , a group or a child for a constraint).
|
XConstraints.XAbstraction |
The class used for handling abstraction in constraint templates.
|
XConstraints.XBlock |
The class used for elements .
|
XConstraints.XCtr |
The class for representing a stand-alone constraint, or a constraint template.
|
XConstraints.XGroup |
The class for representing a group of constraints.
|
XConstraints.XLogic |
The class for representing a logic-based meta-constraint <and>, <or>, <iff>, <not>, <ifThen>, or <ifThenElse> .
|
XConstraints.XParameter |
The class used for representing parameters (tokens of the form %i or %...) when handling constraint templates.
|
XConstraints.XReification |
The class used for representing reification.
|
XConstraints.XSeqbin |
The class for representing the meta-constraint .
|
XConstraints.XSlide |
The class for representing the meta-constraint .
|
XObjectives |
|
XObjectives.OObjectiveExpr |
The class for representing objectives defined from functional expressions (can just be a variable).
|
XObjectives.OObjectiveSpecial |
The class for representing objectives defined from a list of variables, and possibly a list of coefficients.
|
XObjectives.XObj |
Intermediate class introduced only for clarity reasons.
|
XVariables |
In this class, we find intern classes for managing variables and arrays of variables.
|
XVariables.XArray |
The class used to represent arrays of variables.
|
XVariables.XVar |
The class used to represent variables.
|
XVariables.XVarInteger |
The following classes are introduced, only for being able to have types for variables in the parser interface
|
XVariables.XVarReal |
|
XVariables.XVarSet |
|
XVariables.XVarStochastic |
|
XVariables.XVarSymbolic |
|