Uses of Enum
org.oristool.lello.Truth
Package
Description
Parsing of input formulas.
Provides classes for AST representation.
-
Uses of Truth in org.oristool.lello
-
Uses of Truth in org.oristool.lello.ast
Modifier and TypeMethodDescriptionBinaryExpression.isOne()
Brackets.isOne()
Constant.isOne()
abstract Truth
Expression.isOne()
Checks whether this expression is equal to 1 (with respect to the EPSILON tolerance).FunctionCall.isOne()
UnaryExpression.isOne()
Variable.isOne()
BinaryExpression.isZero()
Brackets.isZero()
Constant.isZero()
abstract Truth
Expression.isZero()
Checks whether this expression is equal to 0 (with respect to the EPSILON tolerance).FunctionCall.isZero()
UnaryExpression.isZero()
Variable.isZero()