Uses of Enum
org.oristool.lello.Truth
Packages that use Truth
Package
Description
Parsing of input formulas.
Provides classes for AST representation.
-
Uses of Truth in org.oristool.lello
Methods in org.oristool.lello that return Truth -
Uses of Truth in org.oristool.lello.ast
Methods in org.oristool.lello.ast that return TruthModifier and TypeMethodDescriptionBinaryExpression.isOne()Brackets.isOne()Constant.isOne()abstract TruthExpression.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 TruthExpression.isZero()Checks whether this expression is equal to 0 (with respect to the EPSILON tolerance).FunctionCall.isZero()UnaryExpression.isZero()Variable.isZero()