JavaScript is disabled on your browser.
Package
Class
Use
Tree
Deprecated
Index
Help
2.1.0
Prev
Next
Frames
No Frames
All Classes
B
C
E
F
G
L
M
N
O
R
S
T
V
B
BooleanSetEvaluator
- Class in
com.fathzer.soft.javaluator.examples
An example of how to implement an evaluator from scratch, working on something more complex than doubles.
BooleanSetEvaluator()
- Constructor for class com.fathzer.soft.javaluator.examples.
BooleanSetEvaluator
Constructor.
BooleanSetEvaluator.BitSetEvaluationContext
- Class in
com.fathzer.soft.javaluator.examples
BooleanSetEvaluator.BitSetEvaluationContext(int)
- Constructor for class com.fathzer.soft.javaluator.examples.
BooleanSetEvaluator.BitSetEvaluationContext
C
com.fathzer.soft.javaluator.examples
- package com.fathzer.soft.javaluator.examples
E
evaluate(Operator, Iterator<BitSet>, Object)
- Method in class com.fathzer.soft.javaluator.examples.
BooleanSetEvaluator
evaluate(Constant, Object)
- Method in class com.fathzer.soft.javaluator.examples.
BooleanSetEvaluator
evaluate(Function, Iterator<Double>, Object)
- Method in class com.fathzer.soft.javaluator.examples.
ExtendedDoubleEvaluator
evaluate(Operator, Iterator<Boolean>, Object)
- Method in class com.fathzer.soft.javaluator.examples.
SimpleBooleanEvaluator
evaluate(Operator, Iterator<Boolean>, Object)
- Method in class com.fathzer.soft.javaluator.examples.
TextualOperatorsEvaluator
ExtendedDoubleEvaluator
- Class in
com.fathzer.soft.javaluator.examples
A subclass of DoubleEvaluator that supports SQRT function.
ExtendedDoubleEvaluator()
- Constructor for class com.fathzer.soft.javaluator.examples.
ExtendedDoubleEvaluator
F
FALSE
- Static variable in class com.fathzer.soft.javaluator.examples.
BooleanSetEvaluator
The false constant.
G
getBitSetLength()
- Method in class com.fathzer.soft.javaluator.examples.
BooleanSetEvaluator.BitSetEvaluationContext
L
LocalizedEvaluator
- Class in
com.fathzer.soft.javaluator.examples
An example of how to localize an existing evaluator to match French locale.
LocalizedEvaluator()
- Constructor for class com.fathzer.soft.javaluator.examples.
LocalizedEvaluator
M
main(String[])
- Static method in class com.fathzer.soft.javaluator.examples.
BooleanSetEvaluator
A simple program using this evaluator.
main(String[])
- Static method in class com.fathzer.soft.javaluator.examples.
ExtendedDoubleEvaluator
main(String[])
- Static method in class com.fathzer.soft.javaluator.examples.
LocalizedEvaluator
main(String[])
- Static method in class com.fathzer.soft.javaluator.examples.
Restricting
main(String[])
- Static method in class com.fathzer.soft.javaluator.examples.
SimpleBooleanEvaluator
main(String[])
- Static method in class com.fathzer.soft.javaluator.examples.
Simplest
main(String[])
- Static method in class com.fathzer.soft.javaluator.examples.
TextualOperatorsEvaluator
main(String[])
- Static method in class com.fathzer.soft.javaluator.examples.
Variables
N
NEGATE
- Static variable in class com.fathzer.soft.javaluator.examples.
BooleanSetEvaluator
The negate unary operator.
NEGATE
- Static variable in class com.fathzer.soft.javaluator.examples.
SimpleBooleanEvaluator
The negate unary operator.
NEGATE
- Static variable in class com.fathzer.soft.javaluator.examples.
TextualOperatorsEvaluator
The negate unary operator.
O
OR
- Static variable in class com.fathzer.soft.javaluator.examples.
BooleanSetEvaluator
The logical OR operator.
OR
- Static variable in class com.fathzer.soft.javaluator.examples.
SimpleBooleanEvaluator
The logical OR operator.
OR
- Static variable in class com.fathzer.soft.javaluator.examples.
TextualOperatorsEvaluator
The logical OR operator.
R
Restricting
- Class in
com.fathzer.soft.javaluator.examples
An example of how to restrict operators, functions and constants of an existing evaluator.
Restricting()
- Constructor for class com.fathzer.soft.javaluator.examples.
Restricting
S
SimpleBooleanEvaluator
- Class in
com.fathzer.soft.javaluator.examples
An example of how to implement an evaluator from scratch.
SimpleBooleanEvaluator()
- Constructor for class com.fathzer.soft.javaluator.examples.
SimpleBooleanEvaluator
Simplest
- Class in
com.fathzer.soft.javaluator.examples
The most simple class to use the built-in real expression evaluator.
Simplest()
- Constructor for class com.fathzer.soft.javaluator.examples.
Simplest
T
TextualOperatorsEvaluator
- Class in
com.fathzer.soft.javaluator.examples
TextualOperatorsEvaluator()
- Constructor for class com.fathzer.soft.javaluator.examples.
TextualOperatorsEvaluator
toBinaryString(BitSet)
- Static method in class com.fathzer.soft.javaluator.examples.
BooleanSetEvaluator
Converts a bitSet to its binary representation.
tokenize(String)
- Method in class com.fathzer.soft.javaluator.examples.
TextualOperatorsEvaluator
toValue(String, Object)
- Method in class com.fathzer.soft.javaluator.examples.
BooleanSetEvaluator
toValue(String, Object)
- Method in class com.fathzer.soft.javaluator.examples.
LocalizedEvaluator
toValue(String, Object)
- Method in class com.fathzer.soft.javaluator.examples.
SimpleBooleanEvaluator
toValue(String, Object)
- Method in class com.fathzer.soft.javaluator.examples.
TextualOperatorsEvaluator
TRUE
- Static variable in class com.fathzer.soft.javaluator.examples.
BooleanSetEvaluator
The true constant.
V
Variables
- Class in
com.fathzer.soft.javaluator.examples
An example of how to use variables in evaluators.
Variables()
- Constructor for class com.fathzer.soft.javaluator.examples.
Variables
B
C
E
F
G
L
M
N
O
R
S
T
V
Package
Class
Use
Tree
Deprecated
Index
Help
2.1.0
Prev
Next
Frames
No Frames
All Classes
Copyright © 2014. All Rights Reserved.