refine

public boolean refine(Update<Double, T> u)

Performs an update of the internal representation of the signal, given the data available in the update.

Return

true if the refinement actually updates the signal. false otherwise

Parameters

u

the new data available from new knowledge

Throws

when not allowed by implementors


public boolean refine(TimeChain<Double, T> updates)

Performs an update of the internal representation of the signal, given the data available in the update.

Return

true if the refinement actually updates the signal. false otherwise

Parameters

updates

the new data available from new knowledge

Throws

when not allowed by implementors