Uses of Class
org.xcsp.parser.entries.XConstraints.XGroup
-
Packages that use XConstraints.XGroup Package Description org.xcsp.parser.callbacks -
-
Uses of XConstraints.XGroup in org.xcsp.parser.callbacks
Methods in org.xcsp.parser.callbacks with parameters of type XConstraints.XGroup Modifier and Type Method Description voidXCallbacks. beginGroup(XConstraints.XGroup g)Method called at the beginning of the process of loading the specified group of constraints.default voidXCallbacks2. beginGroup(XConstraints.XGroup g)voidXCallbacks. endGroup(XConstraints.XGroup g)Method called at the end of the process of loading the specified group of constraints.default voidXCallbacks2. endGroup(XConstraints.XGroup g)default voidXCallbacks. loadGroup(XConstraints.XGroup g)Loads a group from.
-