|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfunction.FunctionFactory
public class FunctionFactory
Factory for instantiating BasicScalarFunctions of fixed and variable
dimensions.
| Constructor Summary | |
|---|---|
FunctionFactory()
|
|
| Method Summary | |
|---|---|
static ScalarFunction |
getInstance(java.lang.String name)
Creates an instance of the requested function. |
static ScalarFunction |
getInstance(java.lang.String name,
java.lang.Integer inputDimension)
Returns an instance of the requested function in the given number of dimensions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FunctionFactory()
| Method Detail |
|---|
public static ScalarFunction getInstance(java.lang.String name)
name - the name of the function to create.
VariableDomainScalarFunction
public static ScalarFunction getInstance(java.lang.String name,
java.lang.Integer inputDimension)
name - the name of the requested function.inputDimension - the given number of dimensions.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||