Package | Description |
---|---|
org.expressionj.expr |
Contain classes that are used to compute equations.
|
org.expressionj.expr.parser |
Produced by javaCC.
|
org.expressionj.functions |
Contains classes which allows to bind names in the mathematical expressions to regular Java methods.
|
org.expressionj.model |
Contains fundamental classes used for expressions.
|
org.expressionj.util |
Contains several utility classes.
|
Class and Description |
---|
AbstractExpression
An abstract expression contains
eval() methods which cefault to Expression.eval() . |
AbstractValue
An abstract value, used for Constants and variables.
|
AryExpression
Represent an expression with two predicates, as for example AND.
|
Constant
Represent a Constant.
|
Equation
An Equation interface.
|
Expression
Repredent any expression that can be evaluated.
|
ExpressionType
Hold the types used in Expressions.
|
LocalVariable
Represent a Local Variable.
|
MultipleAryExpression
An expression with an indeterminate number of predicates.
|
UnaryExpression
Represent an expression with one predicate, as for example NOT.
|
Value
A value element interface, which can be a Constant or a Variable.
|
Variable
Represent a Variable.
|
Class and Description |
---|
Equation
An Equation interface.
|
Variable
Represent a Variable.
|
Class and Description |
---|
Constant
Represent a Constant.
|
Class and Description |
---|
AbstractExpression
An abstract expression contains
eval() methods which cefault to Expression.eval() . |
AbstractValue
An abstract value, used for Constants and variables.
|
Constant
Represent a Constant.
|
Equation
An Equation interface.
|
Expression
Repredent any expression that can be evaluated.
|
ExpressionType
Hold the types used in Expressions.
|
LocalVariable
Represent a Local Variable.
|
Structure.Field
Represent a structure field.
|
Value
A value element interface, which can be a Constant or a Variable.
|
ValueWrapper
This class cache a value.
|
Variable
Represent a Variable.
|
Class and Description |
---|
Constant
Represent a Constant.
|
Expression
Repredent any expression that can be evaluated.
|
Variable
Represent a Variable.
|
Copyright © 2018 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence