objectType ToolInterface¶
The definition of the tool interface
Members¶
| name | type | mult | description |
|---|---|---|---|
| parameters | ParameterDefinition | 0 or more | All possible parameters for the tool interface |
| groups | ParameterGroup | 0 or more | all the Parameter Groups |
| input | ParameterGroup | optional | The group of of parameters that are required for tool execution - i.e. input |
| output | ParameterGroup | optional | The group of parameters that are produced by tool execution - i.e. output |
References Detail¶
- ParameterGroup is contained in ToolInterface
- ParameterGroup is contained in ToolInterface Has contained reference(s) ParameterGroup, ParameterDefinition, ParameterGroup in the containment hierarchy.
Containment¶
This is contained by tool:Tool