Package org.ivoa.dm.pdl
Class ToolInterface.ToolInterfaceBuilder
java.lang.Object
org.ivoa.dm.pdl.ToolInterface.ToolInterfaceBuilder
- Enclosing class:
- ToolInterface
A builder class for ToolInterface, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescriptionall the Parameter Groups.The group of of parameters that are required for tool execution - i.e.The group of parameters that are produced by tool execution - i.e.All possible parameters for the tool interface. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
parameters
All possible parameters for the tool interface. -
groups
all the Parameter Groups. -
input
The group of of parameters that are required for tool execution - i.e. input. -
output
The group of parameters that are produced by tool execution - i.e. output.
-
-
Constructor Details
-
ToolInterfaceBuilder
public ToolInterfaceBuilder()
-
-
Method Details
-
create
create a ToolInterface from this builder.- Returns:
- an object initialized from the builder.
-