Uses of Class
org.xcsp.parser.entries.XConstraints.XLogic
-
Packages that use XConstraints.XLogic Package Description org.xcsp.parser.callbacks -
-
Uses of XConstraints.XLogic in org.xcsp.parser.callbacks
Methods in org.xcsp.parser.callbacks with parameters of type XConstraints.XLogic Modifier and Type Method Description void
XCallbacks. beginLogic(XConstraints.XLogic l)
Method called at the beginning of the process of loading the specified logic-based meta-constraint<and>, <or>, <iff>, <not>, <ifThen> or <ifThenElse>
.default void
XCallbacks2. beginLogic(XConstraints.XLogic l)
void
XCallbacks. endLogic(XConstraints.XLogic l)
Method called at the end of the process of loading the specified logic-based meta-constraint<and>, <or>, <iff>, <not>, <ifThen> or <ifThenElse>
.default void
XCallbacks2. endLogic(XConstraints.XLogic l)
default void
XCallbacks. loadLogic(XConstraints.XLogic l)
Loads a meta-constraint based on a logical form (including control ones).
-