uchicago.src.sim.engine
Class AddIncrementer
java.lang.Object
uchicago.src.sim.engine.AddIncrementer
- All Implemented Interfaces:
- Incrementer
public class AddIncrementer
- extends java.lang.Object
- implements Incrementer
|
Constructor Summary |
AddIncrementer(double start,
double end,
double incr)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddIncrementer
public AddIncrementer(double start,
double end,
double incr)
increment
public boolean increment()
- Specified by:
increment in interface Incrementer
getStringValue
public java.lang.String getStringValue()
- Specified by:
getStringValue in interface Incrementer
isConstant
public boolean isConstant()
- Specified by:
isConstant in interface Incrementer
getValAsParameterSet
public java.lang.String getValAsParameterSet()
- Returns the value of this incrementer in parameter file format. For
example, set: 1.2.
- Specified by:
getValAsParameterSet in interface Incrementer
getValue
public java.lang.Object getValue()
- Specified by:
getValue in interface Incrementer
- Returns:
- See Also:
Incrementer.getValue()