recordFits abstract method

  1. @protected
bool recordFits(
  1. DecisionRecord record
)

The function should tell if the record is suitable for being added to the list.

Implementation

@protected
bool recordFits(DecisionRecord record);