Uses of Class
org.xcsp.parser.entries.XConstraints.CChild
-
Packages that use XConstraints.CChild Package Description org.xcsp.parser.entries -
-
Uses of XConstraints.CChild in org.xcsp.parser.entries
Fields in org.xcsp.parser.entries declared as XConstraints.CChild Modifier and Type Field Description XConstraints.CChild[]
XConstraints.XAbstraction. abstractChilds
The abstract child elements from the list of child elements of a constraint template.XConstraints.CChild[]
XConstraints.XCtr. childs
The child elements of the constraint.XConstraints.CChild
XConstraints.XSeqbin. list
The child element- of the meta-constraint.
XConstraints.CChild[]
XConstraints.XSlide. lists
The sequence of child elements- .
XConstraints.CChild
XConstraints.XSeqbin. number
The child element used for counting the number of violations.Constructors in org.xcsp.parser.entries with parameters of type XConstraints.CChild Constructor Description XAbstraction(XConstraints.CChild... abstractChilds)
XCtr(Types.TypeCtr type, XConstraints.CChild... childs)
Build an object representing a stand-alone constraint (template).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)
-