JTR 5.0 API Documentation

jtr.lang.functions
Interface IStatFunction

All Known Implementing Classes:
Exponential, Gaussian, Poissonian, UniformDouble, UniformInt, UniformLong

public interface IStatFunction

General interface that must be implemented by every concrete function class.

Since:
5.0
Version:
5.0
Author:
frusso

Method Summary
 java.lang.Object value()
          Returns the value produced by the function.
 

Method Detail

value

java.lang.Object value()
Returns the value produced by the function.

Returns:

The JTR Project is licensed under GPL version 2