uchicago.src.sim.engine
Interface Incrementer

All Known Implementing Classes:
AddIncrementer, ConstIncrementer, ListIncrementer

public interface Incrementer


Method Summary
 java.lang.String getStringValue()
           
 java.lang.String getValAsParameterSet()
           
 java.lang.Object getValue()
           
 boolean increment()
           
 boolean isConstant()
           
 

Method Detail

increment

public boolean increment()

getStringValue

public java.lang.String getStringValue()

getValue

public java.lang.Object getValue()

isConstant

public boolean isConstant()

getValAsParameterSet

public java.lang.String getValAsParameterSet()