choco.kernel.solver.search.limit
Class NoLimit

java.lang.Object
  extended by choco.kernel.solver.search.limit.AbstractGlobalSearchLimit
      extended by choco.kernel.solver.search.limit.NoLimit
All Implemented Interfaces:
IPretty

public final class NoLimit
extends AbstractGlobalSearchLimit


Field Summary
static String NO_LIMIT_UNIT
           
static NoLimit SINGLOTON
           
 
Fields inherited from class choco.kernel.solver.search.limit.AbstractGlobalSearchLimit
nbMax, strategy, type, unit
 
Method Summary
 int getNb()
          get the current counter
 String pretty()
          pretty printing of the object.
 void setNbMax(int nbMax)
           
 
Methods inherited from class choco.kernel.solver.search.limit.AbstractGlobalSearchLimit
getNbMax, getSearchStrategy, getType, getUnit, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_LIMIT_UNIT

public static final String NO_LIMIT_UNIT
See Also:
Constant Field Values

SINGLOTON

public static final NoLimit SINGLOTON
Method Detail

pretty

public String pretty()
Description copied from interface: IPretty
pretty printing of the object. This String is not constant and may depend on the context.

Specified by:
pretty in interface IPretty
Overrides:
pretty in class AbstractGlobalSearchLimit
Returns:
a readable string representation of the object

getNb

public int getNb()
Description copied from class: AbstractGlobalSearchLimit
get the current counter

Specified by:
getNb in class AbstractGlobalSearchLimit

setNbMax

public void setNbMax(int nbMax)
Overrides:
setNbMax in class AbstractGlobalSearchLimit


Copyright © 2012. All Rights Reserved.