Uses of Class
org.xcsp.parser.XParser
-
Packages that use XParser Package Description org.xcsp.parser.callbacks -
-
Uses of XParser in org.xcsp.parser.callbacks
Methods in org.xcsp.parser.callbacks with parameters of type XParser Modifier and Type Method Description default voidXCallbacks. loadAnnotations(XParser parser)voidSolutionChecker. loadConstraints(XParser parser)default voidXCallbacks. loadConstraints(XParser parser)Loads all elements that are contained in the element <constraints> of the XCSP3 instance, which have been parsed by the specified parser object.voidSolutionChecker. loadObjectives(XParser parser)default voidXCallbacks. loadObjectives(XParser parser)Loads all elements that are contained in the elementof the XCSP3 instance, which have been parsed by the specified parser object. voidCompetitionValidator. loadVariables(XParser parser)voidSolutionChecker. loadVariables(XParser parser)default voidXCallbacks. loadVariables(XParser parser)Loads all elements that are contained in the element <variables> of the XCSP3 instance, which have been parsed by the specified parser object.
-