NHPPEvent Generator
constructor(parent: ModelElement, rateFunction: InvertibleCumulativeRateFunctionIfc, generatorAction: GeneratorActionIfc, lastRate: Double = Double.NaN, streamNum: Int, name: String? = null)
constructor(parent: ModelElement, rateFunction: InvertibleCumulativeRateFunctionIfc, generatorAction: GeneratorActionIfc, lastRate: Double = Double.NaN, stream: RNStreamIfc = KSLRandom.nextRNStream(), theName: String? = null)
Parameters
parent
the parent
rate Function
the rate function
generator Action
the listener for generation
last Rate
the last rate
name
the name to assign