Uses of Class
org.xcsp.parser.entries.ParsingEntry.VEntry
-
Packages that use ParsingEntry.VEntry Package Description org.xcsp.parser org.xcsp.parser.callbacks org.xcsp.parser.entries -
-
Uses of ParsingEntry.VEntry in org.xcsp.parser
Fields in org.xcsp.parser with type parameters of type ParsingEntry.VEntry Modifier and Type Field Description List<ParsingEntry.VEntry>
XParser. vEntries
The list of entries of the element. -
Uses of ParsingEntry.VEntry in org.xcsp.parser.callbacks
Method parameters in org.xcsp.parser.callbacks with type arguments of type ParsingEntry.VEntry Modifier and Type Method Description void
XCallbacks. beginVariables(List<ParsingEntry.VEntry> vEntries)
Method called at the beginning of the process of loading the variables of the XCSP3 instance.default void
XCallbacks2. beginVariables(List<ParsingEntry.VEntry> vEntries)
-
Uses of ParsingEntry.VEntry in org.xcsp.parser.entries
Subclasses of ParsingEntry.VEntry in org.xcsp.parser.entries 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
-