JTR 5.0 API Documentation

jtr.lang.functions
Interface IStatFunctionsFactory

All Superinterfaces:
IFactory
All Known Implementing Classes:
DefaultStatFunctionsFactory

public interface IStatFunctionsFactory
extends IFactory

This interface must be implemented by concrete IStatFunction factory-classes.

Since:
5.0
Version:
5.0
Author:
frusso

Method Summary
 IStatFunction getFunction(java.lang.String functionCall)
          Returns the appropriate IStatFunction instance according to the given functionCall.
 

Method Detail

getFunction

IStatFunction getFunction(java.lang.String functionCall)
Returns the appropriate IStatFunction instance according to the given functionCall.

Parameters:
functionCall -
Returns:

The JTR Project is licensed under GPL version 2