after

open override fun after(value: GetValueIfc): ModelElement.TimeUnitIfc<T>(source)

Sets the time of the event being built to current time + value.getValue()

Return

the builder

Parameters

value

an object that can compute the time via getValue()


open override fun after(time: Double): ModelElement.TimeUnitIfc<T>(source)

Sets the time of the event being built to current time plus time

Return

the builder

Parameters

time

the time until the event should occur