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. oEntries
The 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 void
XCallbacks. 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 void
XCallbacks2. 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 class
XObjectives.OObjectiveExpr
The class for representing objectives defined from functional expressions (can just be a variable).static class
XObjectives.OObjectiveSpecial
The class for representing objectives defined from a list of variables, and possibly a list of coefficients.static class
XObjectives.XObj
Intermediate class introduced only for clarity reasons.
-