| Class | Description |
|---|---|
| Evaluator |
This applet is an simple example for how JEP can be used to evaluate
expressions.
|
| Fractal | |
| FractalCanvas |
This class performs the drawing of the fractal.
|
| FunctionPlotter |
This applet is a demonstration of the possible applications of the JEP
mathematical expression parser.
|
| GraphCanvas |
This class plots a graph using the JEP API.
|
| LargeExpressionTest |
This example tests how the evaluation time is influenced by the size of the
expression and symbol table.
|
| SimpleTest |
A seven line program for testing whether the JEP library can be found
by the compiler and at run-time.
Upon successful compilation and running of the program, the program should print out one line: "1+2 = 3.0" |
| ThreadTest |
This class tests the thread safety of the JEP package with a brute force
approach.
|
| ThreadTestThread |
The ThreadTestThread waits for 5 seconds before calling the evaluate method
of the ThreadTest instance.
|
Copyright © 2018. All rights reserved.