| Package | Description |
|---|---|
| scriptinterface | |
| scriptinterface.defaulttypes |
| Modifier and Type | Method and Description |
|---|---|
ScriptComplexType |
ScriptSystemInterface.registerComplexType(java.lang.String name,
java.lang.String parameters)
Creates and registers a complex type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptSystemInterface.registerComplexType(ScriptComplexType complexType)
Registers the given complex type.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptComplexType |
GComplexType.getComplexType() |
| Constructor and Description |
|---|
GComplexType(ScriptComplexType complexType) |
GComplexType(ScriptComplexType complexType,
java.util.Vector<ExecutionResult<?>> value) |