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 voidFeatureDisplayer. loadCtr(XConstraints.XCtr c)voidSolutionChecker. loadCtr(XConstraints.XCtr c)default voidXCallbacks. loadCtr(XConstraints.XCtr c)Loads the specified constraint.default voidXCallbacks. 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.XCtrXConstraints.XSeqbin. template1The two constraint templates for the meta-constraint.XConstraints.XCtrXConstraints.XSeqbin. template2The 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 voidCtrLoaderInteger. load(XConstraints.XCtr c)Loads the specified object denoting a parsed constraint.voidCtrLoaderSymbolic. load(XConstraints.XCtr c)
-