Uses of Class
org.xcsp.common.Types.TypeCombination
-
Packages that use Types.TypeCombination Package Description org.xcsp.common org.xcsp.parser org.xcsp.parser.callbacks -
-
Uses of Types.TypeCombination in org.xcsp.common
Methods in org.xcsp.common that return Types.TypeCombination Modifier and Type Method Description static Types.TypeCombination
Types.TypeCombination. valueOf(String name)
Returns the enum constant of this type with the specified name.static Types.TypeCombination[]
Types.TypeCombination. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Types.TypeCombination in org.xcsp.parser
Fields in org.xcsp.parser declared as Types.TypeCombination Modifier and Type Field Description Types.TypeCombination
XParser. typeCombination
In case of multi-objective optimization, indicates the type that must be considered. -
Uses of Types.TypeCombination in org.xcsp.parser.callbacks
Methods in org.xcsp.parser.callbacks with parameters of type Types.TypeCombination 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)
-