Package org.xcsp.modeler.definitions
Interface IObj
-
- All Superinterfaces:
IRootForCtrAndObj
- All Known Subinterfaces:
IObj.IObjFunctional
,IObj.IObjSpecialized
public interface IObj extends IRootForCtrAndObj
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IObj.IObjFunctional
static interface
IObj.IObjSpecialized
-
Method Summary
-
Methods inherited from interface org.xcsp.modeler.definitions.IRootForCtrAndObj
def, defXCSP, mapXCSP, scope
-
-
-
-
Field Detail
-
MINIMIZE
static final String MINIMIZE
- See Also:
- Constant Field Values
-
MAXIMIZE
static final String MAXIMIZE
- See Also:
- Constant Field Values
-
FUNCTION
static final String FUNCTION
-
TYPE
static final String TYPE
- See Also:
- Constant Field Values
-
LIST
static final String LIST
-
COEFFS
static final String COEFFS
-
-