recordFits abstract method
The function should tell if the record
is suitable for being
added to the list.
Implementation
@protected
bool recordFits(DecisionRecord record);
The function should tell if the record
is suitable for being
added to the list.
@protected
bool recordFits(DecisionRecord record);