refine

public boolean refine(Update<Double, List<List<Box<? extends Object>>>> 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


public boolean refine(TimeChain<Double, List<List<Box<? extends Object>>>> 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