monitor

public List<TimeChain<Double, List<Box<R>>>> monitor(Update<Double, List<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, List<Box<R>>>> monitor(TimeChain<Double, List<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