Package org.xcsp.parser.entries
Class XObjectives.XObj
- java.lang.Object
-
- org.xcsp.parser.entries.ParsingEntry
-
- org.xcsp.parser.entries.ParsingEntry.OEntry
-
- org.xcsp.parser.entries.XObjectives.XObj
-
- Direct Known Subclasses:
XObjectives.OObjectiveExpr
,XObjectives.OObjectiveSpecial
- Enclosing class:
- XObjectives
public abstract static class XObjectives.XObj extends ParsingEntry.OEntry
Intermediate class introduced only for clarity reasons.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.xcsp.parser.entries.ParsingEntry
ParsingEntry.CEntry, ParsingEntry.OEntry, ParsingEntry.VEntry
-
-
Field Summary
-
Fields inherited from class org.xcsp.parser.entries.ParsingEntry.OEntry
minimize, type
-
Fields inherited from class org.xcsp.parser.entries.ParsingEntry
attributes, classes, flags, id, note
-
-
Constructor Summary
Constructors Constructor Description XObj(boolean minimize, Types.TypeObjective type)
-
Method Summary
-
Methods inherited from class org.xcsp.parser.entries.ParsingEntry.OEntry
getType, toString, vars
-
Methods inherited from class org.xcsp.parser.entries.ParsingEntry
copyAttributesOf, getAttributeValue, getAttributeValue, getAttributeValue
-
-
-
-
Constructor Detail
-
XObj
public XObj(boolean minimize, Types.TypeObjective type)
-
-