|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdatabionics.esom.cooling.Cooling
databionics.esom.cooling.NoCooling
public class NoCooling
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 |
---|
protected static final org.apache.log4j.Logger log
Constructor Detail |
---|
public NoCooling(double start)
start
- Initial value of the parameterMethod Detail |
---|
protected double calculate(int step)
calculate
in class Cooling
step
- current step
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |