databionics.esom.cooling
Class NoCooling

java.lang.Object
  extended by databionics.esom.cooling.Cooling
      extended by databionics.esom.cooling.NoCooling

public class NoCooling
extends Cooling

Constant 'cooling' of a parameter.


Field Summary
protected static org.apache.log4j.Logger log
          interface to log4j system
 
Fields inherited from class databionics.esom.cooling.Cooling
end, start, steps
 
Constructor Summary
NoCooling(double start)
          Create a new non-cooling object
 
Method Summary
protected  double calculate(int step)
          Calculate the parameter value for this step.
 
Methods inherited from class databionics.esom.cooling.Cooling
get, getAsInt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.log4j.Logger log
interface to log4j system

Constructor Detail

NoCooling

public NoCooling(double start)
Create a new non-cooling object

Parameters:
start - Initial value of the parameter
Method Detail

calculate

protected double calculate(int step)
Calculate the parameter value for this step. Always returns the start value.

Specified by:
calculate in class Cooling
Parameters:
step - current step


Copyright © 2005-2006 Databionics Research Group. All Rights Reserved.