AlignToTime

constructor(time: Double, filterEmpty: Boolean, exceptionForEmpty: Boolean)
constructor(time: Time, filterEmpty: Boolean, exceptionForEmpty: Boolean)

Parameters

time

the time from which the traces should begin. E.g., if you want all traces to begin at 2017-08-01 at 14:45:42 GMT, you should enter 1501598742 (seconds from Epoch). All points before such time will be discarded. All points after the provided time will be shifted back. Summarizing, the time that is provided represents in the real world the time zero of the simulation.

filterEmpty

if true filter empty traces

exceptionForEmpty

if true throw exception for empty traces