uchicago.src.sim.engine
Class AddIncrementer

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String getStringValue()
           
 java.lang.String getValAsParameterSet()
          Returns the value of this incrementer in parameter file format.
 java.lang.Object getValue()
           
 boolean increment()
           
 boolean isConstant()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddIncrementer

public AddIncrementer(double start,
                      double end,
                      double incr)
Method Detail

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()