NHPPEventGenerator

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

rateFunction

the rate function

generatorAction

the listener for generation

lastRate

the last rate

name

the name to assign