monitor

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