choco.cp.solver.constraints.global.geost.internalConstraints
Class Inbox

java.lang.Object
  extended by choco.cp.solver.constraints.global.geost.internalConstraints.InternalConstraint
      extended by 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)
           
 
Method Summary
 int[] getL()
           
 int getL(int index)
           
 int[] getT()
           
 int getT(int index)
           
 void setL(int[] l)
           
 void setT(int[] t)
           
 
Methods inherited from class choco.cp.solver.constraints.global.geost.internalConstraints.InternalConstraint
getIctrID, setIctrID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Inbox

public Inbox(int[] t,
             int[] l)
Method Detail

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.