This document is the API specification for the JEval project. For information
on how to use this API, see the Javadoc for the
net.sourceforge.jeval.Evaluator class.
Package | Description |
---|---|
net.sourceforge.jeval |
Contains the classes that make up the Evaluator API.
|
net.sourceforge.jeval.function |
Contains function packages to be used by the evaluator API.
|
net.sourceforge.jeval.function.math |
Contains the classes that make up math functions to be used by the Evaluator API.
|
net.sourceforge.jeval.function.string |
Contains the classes that make up string functions to be used by the Evaluator API.
|
net.sourceforge.jeval.operator |