| Interface | Description |
|---|---|
| Function |
Methods for function implementation
|
| NumConverter<T> |
Interface that define methods for conversion of custom Object to BigDecimal
with which JCalc API knows to work.
|
| Operation | |
| Operator |
Method for implementing operator.
|
| Class | Description |
|---|---|
| AbstractCalculator<CALC> |
Abstract class that concrete calculator extends
|
| Cache |
Global cache for operator and function classes and instances
|
| Calc |
Calculator extension with basic operations.
|
| CalcFactory |
Common used expressions
|
| CalcTrig |
Calculator extension with trigonometric functions
|
| CList |
List based on LinkedList that can hold object used by JCalc API.
|
| CListListener |
Listener used to detect changes of expression.
|
| FunctionData | |
| LinkOperation | |
| Num |
Mutable wrapper object around BigDecimal object.
|
| OperationRegister |
Class used for local scope and global scope (Cache) registered operation methods.
|
| Properties |
Properties for
AbstractCalculator, Num
With ability to declare global properties on scope of running application by providing properties file in class path. |
| Enum | Description |
|---|---|
| Bracket | |
| Rounding |
Map rounding between
BigDecimal rounding mode, and RoundingMode
JCalc API use BigDecimal rounding when it's possible, otherwise it use standard RoundingModey. |
| Exception | Description |
|---|---|
| CalculatorException |
| Annotation Type | Description |
|---|---|
| Implementation |
Link operator or function interface that contains overloaded methods to implements in
AbstractCalculator
with concrete class that implement calculation logic for annotated operator or function. |
JCalc API 2014 Davor Sauer - Apache 2.0