|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchoco.kernel.model.constraints.geost.externalConstraints.IExternalConstraint
public abstract class IExternalConstraint
Field Summary | |
---|---|
protected int[] |
dim
|
protected int |
ectrID
|
protected int[] |
objectIds
|
Constructor Summary | |
---|---|
IExternalConstraint()
|
|
IExternalConstraint(int ectrID,
int[] dimensions,
int[] objectIdentifiers)
|
Method Summary | |
---|---|
int[] |
getDim()
Gets the list of dimensions that an external constraint is active for. |
int |
getEctrID()
Gets the external constraint ID |
int[] |
getObjectIds()
Gets the list of object IDs that this external constraint affects. |
void |
setDim(int[] dim)
Sets the list of dimensions that an external constraint is active for. |
void |
setObjectIds(int[] objectIds)
Sets the list of object IDs that this external constraint affects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int ectrID
protected int[] dim
protected int[] objectIds
Constructor Detail |
---|
public IExternalConstraint()
public IExternalConstraint(int ectrID, int[] dimensions, int[] objectIdentifiers)
Method Detail |
---|
public int[] getDim()
public int getEctrID()
public int[] getObjectIds()
public void setDim(int[] dim)
public void setObjectIds(int[] objectIds)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |