haifa.shopsim.lab
Interface RandomTimeMaker

All Known Implementing Classes:
AbstractRandomTimeMaker, DefaultRandomTimeMaker

public interface RandomTimeMaker

This interface is implemented by R.V. generator classes. All classes should have a getTime() method that returns a next random time.

Version:
0.60

Method Summary
 double getTime(double param)
          Returns a random time based on a parameter, (usuaully a mean).
 

Method Detail

getTime

public double getTime(double param)
Returns a random time based on a parameter, (usuaully a mean).