com.servingxml.components.recordmapping
Interface GroupRecognizer
- All Known Implementing Classes:
- FieldGroupRecognizer, GroupRecognizerImpl
public interface GroupRecognizer
Defines an interface for a GroupRecognizer.
Implementations can provide an empty constructor, or a constructor
that takes a ServiceContext
and a parameters
Record
as arguments.
startRecognized
boolean startRecognized(ServiceContext context,
Flow flow,
Record previousRecord,
Record currentRecord)
endRecognized
boolean endRecognized(ServiceContext context,
Flow flow,
Record currentRecord,
Record nextRecord)