uchicago.src.sim.engine
Class ListIncrementer

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

public class ListIncrementer
extends java.lang.Object
implements Incrementer


Constructor Summary
ListIncrementer(java.util.Vector v)
           
 
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

ListIncrementer

public ListIncrementer(java.util.Vector v)
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()