Uses of Class
org.xcsp.parser.entries.XConstraints.CEntryReifiable
-
Packages that use XConstraints.CEntryReifiable Package Description org.xcsp.parser.entries -
-
Uses of XConstraints.CEntryReifiable in org.xcsp.parser.entries
Subclasses of XConstraints.CEntryReifiable in org.xcsp.parser.entries Modifier and Type Class Description static class
XConstraints.XCtr
The class for representing a stand-alone constraint, or a constraint template.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 declared as XConstraints.CEntryReifiable Modifier and Type Field Description XConstraints.CEntryReifiable[]
XConstraints.XLogic. components
The components involved in the logical meta-constraint.XConstraints.CEntryReifiable
XConstraints.XGroup. template
The constraint template for the group or meta-constraint slide.XConstraints.CEntryReifiable
XConstraints.XSlide. template
The constraint template for the group or meta-constraint slide.Constructors in org.xcsp.parser.entries with parameters of type XConstraints.CEntryReifiable Constructor Description XGroup(XConstraints.CEntryReifiable template, Object[][] argss)
XLogic(Types.TypeCtr type, XConstraints.CEntryReifiable... components)
-