JTR 5.0 API Documentation

Package jtr.lang.functions

This package contains the main interfaces that must be implemented by both built-in and user-defined functions that should be used to assign values to runner parameters.

See:
          Description

Interface Summary
IStatFunction General interface that must be implemented by every concrete function class.
IStatFunctionsFactory This interface must be implemented by concrete IStatFunction factory-classes.
 

Enum Summary
StatFunctions Built-in statistical functions.
 

Exception Summary
UnknownFunctionException This exception is thrown whenever an unknown function is met.
 

Package jtr.lang.functions Description

This package contains the main interfaces that must be implemented by both built-in and user-defined functions that should be used to assign values to runner parameters.

Since:
5.0
Version:
5.0
Author:
Francesco Russo

The JTR Project is licensed under GPL version 2