choco.kernel.common.opres.nosum
Class NoSumCell

java.lang.Object
  extended by gnu.trove.TLinkableAdapter
      extended by choco.kernel.common.opres.nosum.NoSumCell
All Implemented Interfaces:
INoSumCell, gnu.trove.TLinkable, Serializable

public final class NoSumCell
extends gnu.trove.TLinkableAdapter
implements INoSumCell

See Also:
Serialized Form

Constructor Summary
NoSumCell(int id, int val)
           
NoSumCell(int id, IntDomainVar constant)
           
 
Method Summary
 int getID()
           
 int getVal()
           
 
Methods inherited from class gnu.trove.TLinkableAdapter
getNext, getPrevious, setNext, setPrevious
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gnu.trove.TLinkable
getNext, getPrevious, setNext, setPrevious
 

Constructor Detail

NoSumCell

public NoSumCell(int id,
                 IntDomainVar constant)

NoSumCell

public NoSumCell(int id,
                 int val)
Method Detail

getID

public final int getID()
Specified by:
getID in interface INoSumCell

getVal

public final int getVal()
Specified by:
getVal in interface INoSumCell


Copyright © 2012. All Rights Reserved.