uchicago.src.sim.engine
Class ConstIncrementer

java.lang.Object
  extended by uchicago.src.sim.engine.ConstIncrementer
All Implemented Interfaces:
Incrementer

public class ConstIncrementer
extends java.lang.Object
implements Incrementer


Constructor Summary
ConstIncrementer(java.lang.Object constObj)
           
 
Method Summary
 java.lang.String getStringValue()
           
 java.lang.String getValAsParameterSet()
           
 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

ConstIncrementer

public ConstIncrementer(java.lang.Object constObj)
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()
Specified by:
getValAsParameterSet in interface Incrementer

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface Incrementer
Returns:
See Also:
Incrementer.getValue()