choco.cp.solver.constraints.global.geost.internalConstraints
Class Inbox
java.lang.Object
choco.cp.solver.constraints.global.geost.internalConstraints.InternalConstraint
choco.cp.solver.constraints.global.geost.internalConstraints.Inbox
- All Implemented Interfaces:
- Serializable
public final class Inbox
- extends InternalConstraint
A class that represent the Inbox internal constraint. If this constraint is applied to an object, it forces the origin of the object to be inside
its box defined by an offset and a size in each dimension
- See Also:
- Serialized Form
Constructor Summary |
Inbox(int[] t,
int[] l)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Inbox
public Inbox(int[] t,
int[] l)
getL
public int[] getL()
getL
public int getL(int index)
setL
public void setL(int[] l)
getT
public int[] getT()
getT
public int getT(int index)
setT
public void setT(int[] t)
Copyright © 2012. All Rights Reserved.