Package org.xcsp.parser.entries
Class XVariables
- java.lang.Object
-
- org.xcsp.parser.entries.XVariables
-
public class XVariables extends Object
In this class, we find intern classes for managing variables and arrays of variables.- Author:
- Christophe Lecoutre
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
XVariables.XArray
The class used to represent arrays of variables.static class
XVariables.XVar
The class used to represent variables.static class
XVariables.XVarInteger
The following classes are introduced, only for being able to have types for variables in the parser interfacestatic class
XVariables.XVarReal
static class
XVariables.XVarSet
static class
XVariables.XVarStochastic
static class
XVariables.XVarSymbolic
-
Constructor Summary
Constructors Constructor Description XVariables()
-
-
-
Field Detail
-
OTHERS
public static final String OTHERS
- See Also:
- Constant Field Values
-
-