JTR 5.0 API Documentation

jtr.lang.functions.impl
Class DefaultStatFunctionsFactory

java.lang.Object
  extended by jtr.lang.functions.impl.DefaultStatFunctionsFactory
All Implemented Interfaces:
IFactory, IStatFunctionsFactory

public class DefaultStatFunctionsFactory
extends java.lang.Object
implements IStatFunctionsFactory

Factory class for returning concrete IStatFunction instances. This implementation is not thread-safe.

Since:
5.0
Version:
5.0
Author:
frusso

Nested Class Summary
protected static class DefaultStatFunctionsFactory.FunctionDescription
           
 
Constructor Summary
DefaultStatFunctionsFactory()
           
 
Method Summary
 IStatFunction getFunction(java.lang.String functionCall)
          Returns the appropriate IStatFunction instance according to the given functionCall.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultStatFunctionsFactory

public DefaultStatFunctionsFactory()
Method Detail

getFunction

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

Specified by:
getFunction in interface IStatFunctionsFactory
Returns:

The JTR Project is licensed under GPL version 2