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. abstractChildsThe abstract child elements from the list of child elements of a constraint template.XConstraints.CChild[]XConstraints.XCtr. childsThe child elements of the constraint.XConstraints.CChildXConstraints.XSeqbin. listThe child element- of the meta-constraint.
XConstraints.CChild[]XConstraints.XSlide. listsThe sequence of child elements- .
XConstraints.CChildXConstraints.XSeqbin. numberThe 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)
-