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. vEntriesThe 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 voidXCallbacks. beginVariables(List<ParsingEntry.VEntry> vEntries)Method called at the beginning of the process of loading the variables of the XCSP3 instance.default voidXCallbacks2. 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 classXVariables.XArrayThe class used to represent arrays of variables.static classXVariables.XVarThe class used to represent variables.static classXVariables.XVarIntegerThe following classes are introduced, only for being able to have types for variables in the parser interfacestatic classXVariables.XVarRealstatic classXVariables.XVarSetstatic classXVariables.XVarStochasticstatic classXVariables.XVarSymbolic
-