|
Class Summary |
| AutodefiningParameters |
If there is not Parameter definition array available you could try it with this specialization, which does not need one. |
| ExampleBuilder |
Example builder implementation implementing functions. |
| Function |
An abstract representation of a piece of functionality (a 'function'). |
| FunctionFactory |
A way to instantiate function objects. |
| MethodFunction |
A function based an an abritrary method. |
| NodeFunction |
Describing a function on a bridge Node, giving access to the underlying executeFunction of the MMObjectBuilder. |
| Parameter |
Entry for Parameters. |
| Parameter.Wrapper |
A Parameter.Wrapper wraps one Parameter around a Parameter[]
(then you can put it in a Parameter[]). |
| Parameters |
Parameters for functions, a way to make variable arguments in Java. |
| ReturnType |
Description of the return type of certain function. |