Interface Predicate<T>
- All Superinterfaces:
Proposition<T>
Represents a predicate (relation) in predicate logic.
A predicate P(t1, ..., tn) evaluates to a truth value.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Methods inherited from interface Proposition
evaluate
-
Method Details
-
getName
-
getTerms
-