Class Observation<H>
- java.lang.Object
-
- org.processmining.plugins.stochasticpetrinet.simulator.timeseries.Observation<H>
-
public class Observation<H> extends java.lang.ObjectAn individual historical observation on which to base future predictions.
-
-
Field Summary
Fields Modifier and Type Field Description Hobservationthe duration of the observed value, e.g.java.lang.Object[]payloadadditional informationlongtimestamptime stamp of the occurrence of this observation
-
Constructor Summary
Constructors Constructor Description Observation()
-
-
-
Field Detail
-
timestamp
public long timestamp
time stamp of the occurrence of this observation
-
observation
public H observation
the duration of the observed value, e.g. the duration in ms (can be 0)
-
payload
public java.lang.Object[] payload
additional information
-
-