monitor

public List<TimeChain<Double, Box<R>>> monitor(Update<Double, V> signalUpdate)

Execution starter of the monitoring process. It returns a list of updates to the interpretation signal computed at the previous step.

Return

a list of updates to the interpretation signal

Parameters

signalUpdate

update of the input signal


public List<TimeChain<Double, Box<R>>> monitor(TimeChain<Double, V> updates)

Execution starter of the monitoring process. It returns a list of update sequences to the interpretation signal computed at the previous step.

Return

a list of updates to the interpretation signal

Parameters

updates

sequence of connected updates of the input signal