Interface Quantifier<T>
- All Superinterfaces:
Proposition<T>
Represents a quantifier in predicate logic.
Examples: Universal (∀), Existential (∃).
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Methods inherited from interface Proposition
evaluate
-
Method Details
-
getVariable
-
getBody
Proposition<T> getBody()Returns the formula (body) bound by the quantifier.- Returns:
- the body proposition
-
getType
-