Class Formula
java.lang.Object
org.episteme.core.mathematics.logic.predicate.Formula
Represents a logical formula in First-Order Logic.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Details
-
Formula
-
-
Method Details
-
getExpression
-
toString
-
isValid
public boolean isValid()Checks if the formula is syntactically valid (parentheses balance).- Returns:
- true if valid
-