public interface TermPredicate
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Term term)
Accepts a term depending on an implementation dependent condition.
|
boolean accept(Term term)
term
- The term to verifytrue
if the term is accepted or false
otherwise.