Package org.xcsp.modeler.definitions
Interface IObj.IObjFunctional
-
- All Superinterfaces:
IObj
,IRootForCtrAndObj
- Enclosing interface:
- IObj
public static interface IObj.IObjFunctional extends IObj
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.xcsp.modeler.definitions.IObj
IObj.IObjFunctional, IObj.IObjSpecialized
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IObj.IObjFunctional
buildFrom(IVar[] scope, boolean minimize, XNode<IVar> tree)
default DefXCSP
defXCSP()
-
Methods inherited from interface org.xcsp.modeler.definitions.IRootForCtrAndObj
def, mapXCSP, scope
-
-
-
-
Method Detail
-
buildFrom
static IObj.IObjFunctional buildFrom(IVar[] scope, boolean minimize, XNode<IVar> tree)
-
defXCSP
default DefXCSP defXCSP()
- Specified by:
defXCSP
in interfaceIRootForCtrAndObj
-
-