Package jasima.core.simulation.arrivalprocess
-
Class Summary Class Description ArrivalProcess Base class for arrival processes, i.e., calculating absolute arrival times.ArrivalsNonStationary This class can be used to create a non-stationary arrival process, i.e., if (inter-)arrivals do not follow a single distribution.ArrivalsStationary This class can be used to create a stationary arrival process which can be described by a certain sequence of inter-arrival times (using, e.g.,DblDistribution).