FiltersExtractor
The FiltersExtractor
annotation is useful to indicate those methods used to extract from the raw filters set the specific set indicates by the method. For example:
description = "Method used to extracts the plate filters to use"
)
private HashSet<String> extractPlateFilters() {
return extractFiltersByPattern(your_pattern); // the specific pattern to extract the plates
}
Content copied to clipboard
Author
N7ghtm4r3 - Tecknobit
Since
1.0.7