Method | Description | |
---|---|---|
BaseFunction ( ) : System |
Creates a function class with the name chosen by convention.
|
|
BaseFunction ( String name ) : System |
Creates a function class.
|
|
Perform ( |
Invokes the function.
|
|
Perform ( |
Executes the function.
|
public BaseFunction ( String name ) : System | ||
name | String | The name for the function. |
return | System |
public Perform ( |
||
context | The context of the invocation. | |
argument | The function's argument(s). | |
return |
public abstract Perform ( |
||
argument | The function's argument(s). | |
return |