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 void
XCallbacks. beginGroup(XConstraints.XGroup g)
Method called at the beginning of the process of loading the specified group of constraints.default void
XCallbacks2. beginGroup(XConstraints.XGroup g)
void
XCallbacks. endGroup(XConstraints.XGroup g)
Method called at the end of the process of loading the specified group of constraints.default void
XCallbacks2. endGroup(XConstraints.XGroup g)
default void
XCallbacks. loadGroup(XConstraints.XGroup g)
Loads a group from.
-