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 voidXCallbacks. 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 voidXCallbacks2. beginLogic(XConstraints.XLogic l)voidXCallbacks. 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 voidXCallbacks2. endLogic(XConstraints.XLogic l)default voidXCallbacks. loadLogic(XConstraints.XLogic l)Loads a meta-constraint based on a logical form (including control ones).
-