Uses of Class
org.xcsp.parser.entries.ParsingEntry.OEntry
-
Packages that use ParsingEntry.OEntry Package Description org.xcsp.parser org.xcsp.parser.callbacks org.xcsp.parser.entries -
-
Uses of ParsingEntry.OEntry in org.xcsp.parser
Fields in org.xcsp.parser with type parameters of type ParsingEntry.OEntry Modifier and Type Field Description List<ParsingEntry.OEntry>XParser. oEntriesThe list of objectives of the element. -
Uses of ParsingEntry.OEntry in org.xcsp.parser.callbacks
Method parameters in org.xcsp.parser.callbacks with type arguments of type ParsingEntry.OEntry Modifier and Type Method Description voidXCallbacks. beginObjectives(List<ParsingEntry.OEntry> oEntries, Types.TypeCombination type)Method called at the beginning of the process of loading the objectives (if any) of the XCSP3 instance.default voidXCallbacks2. beginObjectives(List<ParsingEntry.OEntry> oEntries, Types.TypeCombination type) -
Uses of ParsingEntry.OEntry in org.xcsp.parser.entries
Subclasses of ParsingEntry.OEntry in org.xcsp.parser.entries Modifier and Type Class Description static classXObjectives.OObjectiveExprThe class for representing objectives defined from functional expressions (can just be a variable).static classXObjectives.OObjectiveSpecialThe class for representing objectives defined from a list of variables, and possibly a list of coefficients.static classXObjectives.XObjIntermediate class introduced only for clarity reasons.
-