Uses of Class
org.xcsp.parser.entries.XConstraints.XCtr
-
Packages that use XConstraints.XCtr Package Description org.xcsp.parser.callbacks org.xcsp.parser.entries org.xcsp.parser.loaders -
-
Uses of XConstraints.XCtr in org.xcsp.parser.callbacks
Methods in org.xcsp.parser.callbacks with parameters of type XConstraints.XCtr Modifier and Type Method Description void
FeatureDisplayer. loadCtr(XConstraints.XCtr c)
void
SolutionChecker. loadCtr(XConstraints.XCtr c)
default void
XCallbacks. loadCtr(XConstraints.XCtr c)
Loads the specified constraint.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. -
Uses of XConstraints.XCtr in org.xcsp.parser.entries
Fields in org.xcsp.parser.entries declared as XConstraints.XCtr Modifier and Type Field Description XConstraints.XCtr
XConstraints.XSeqbin. template1
The two constraint templates for the meta-constraint.XConstraints.XCtr
XConstraints.XSeqbin. template2
The two constraint templates for the meta-constraint.Constructors in org.xcsp.parser.entries with parameters of type XConstraints.XCtr Constructor Description XSeqbin(XConstraints.CChild list, XConstraints.XCtr template1, XConstraints.XCtr template2, XConstraints.CChild number, XVariables.XVar[][] scopes)
XSlide(XConstraints.CChild[] lists, int[] offsets, int[] collects, XConstraints.XCtr template, XVariables.XVar[][] scopes)
-
Uses of XConstraints.XCtr in org.xcsp.parser.loaders
Methods in org.xcsp.parser.loaders with parameters of type XConstraints.XCtr Modifier and Type Method Description void
CtrLoaderInteger. load(XConstraints.XCtr c)
Loads the specified object denoting a parsed constraint.void
CtrLoaderSymbolic. load(XConstraints.XCtr c)
-