Uses of Class
org.xcsp.parser.entries.ParsingEntry.CEntry
-
Packages that use ParsingEntry.CEntry Package Description org.xcsp.parser org.xcsp.parser.callbacks org.xcsp.parser.entries -
-
Uses of ParsingEntry.CEntry in org.xcsp.parser
Fields in org.xcsp.parser with type parameters of type ParsingEntry.CEntry Modifier and Type Field Description List<ParsingEntry.CEntry>
XParser. cEntries
The list of entries of the element. -
Uses of ParsingEntry.CEntry in org.xcsp.parser.callbacks
Methods in org.xcsp.parser.callbacks with parameters of type ParsingEntry.CEntry Modifier and Type Method Description default void
XCallbacks. loadCtrs(XConstraints.XCtr template, Object[][] argss, ParsingEntry.CEntry entry)
Loads all constraints that can be built from the specified template and the specified array of arguments.Method parameters in org.xcsp.parser.callbacks with type arguments of type ParsingEntry.CEntry Modifier and Type Method Description void
XCallbacks. beginConstraints(List<ParsingEntry.CEntry> cEntries)
Method called at the beginning of the process of loading the constraints of the XCSP3 instance.default void
XCallbacks2. beginConstraints(List<ParsingEntry.CEntry> cEntries)
default void
XCallbacks. loadConstraints(List<ParsingEntry.CEntry> list)
Loads all constraints that can be found in the specified list. -
Uses of ParsingEntry.CEntry in org.xcsp.parser.entries
Subclasses of ParsingEntry.CEntry in org.xcsp.parser.entries Modifier and Type Class Description static class
XConstraints.CChild
The class for representing a child element of a constraint (or constraint template).static class
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). static class
XConstraints.XBlock
The class used for elements. static class
XConstraints.XCtr
The class for representing a stand-alone constraint, or a constraint template.static class
XConstraints.XGroup
The class for representing a group of constraints.static class
XConstraints.XLogic
The class for representing a logic-based meta-constraint<and>, <or>, <iff>, <not>, <ifThen>, or <ifThenElse>
.static class
XConstraints.XSeqbin
The class for representing the meta-constraint. static class
XConstraints.XSlide
The class for representing the meta-constraint. Fields in org.xcsp.parser.entries with type parameters of type ParsingEntry.CEntry Modifier and Type Field Description List<ParsingEntry.CEntry>
XConstraints.XBlock. subentries
The list of elements contained in this block.Constructor parameters in org.xcsp.parser.entries with type arguments of type ParsingEntry.CEntry Constructor Description XBlock(List<ParsingEntry.CEntry> subentries)
-