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 classXConstraints.XCtrThe class for representing a stand-alone constraint, or a constraint template.static classXConstraints.XLogicThe class for representing a logic-based meta-constraint<and>, <or>, <iff>, <not>, <ifThen>, or <ifThenElse>.static classXConstraints.XSeqbinThe class for representing the meta-constraint. static classXConstraints.XSlideThe 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. componentsThe components involved in the logical meta-constraint.XConstraints.CEntryReifiableXConstraints.XGroup. templateThe constraint template for the group or meta-constraint slide.XConstraints.CEntryReifiableXConstraints.XSlide. templateThe 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)
-