edu.buffalo.fs7.jaQuzzi
Class Parameter

java.lang.Object
  |
  +--edu.buffalo.fs7.jaQuzzi.Parameter

public class Parameter
extends java.lang.Object

simple class to hold a simulation parameter. It has a start value, an end value, the number of steps inbetween and the number of repetitions per step.


Constructor Summary
Parameter(double start, double end, double steps, int rep)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parameter

public Parameter(double start,
                 double end,
                 double steps,
                 int rep)