Interface ExtractionMatcher
-
- All Known Implementing Classes:
AllExtractionMatcher
,ListExtractionMatcher
public interface ExtractionMatcher
A matcher which can provide the extractions handled by aPipeline
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isHandled(String extractionId)
Checks if the extraction with the given identifier is handled by thePipeline
-