public interface Filter extends Extendable
Modifier and Type | Method and Description |
---|---|
boolean |
match(ResolvedConceptReference ref)
Indicates whether or not the given reference satisfies criteria
for this filter.
|
getDescription, getName, getProvider, getVersion
boolean match(ResolvedConceptReference ref)
ref
- The concept reference to evaluate.