java.lang.Object
org.praxislive.core.Info.PortInfoChooser
- Enclosing class:
Info
Helper class to choose a PortInfoBuilder type.
-
Method Summary
Modifier and TypeMethodDescriptionCreate a PortInfoBuilder for input ports of the provided base type.Create a PortInfoBuilder for input ports of the provided base type.Create a PortInfoBuilder for output ports of the provided base type.Create a PortInfoBuilder for output ports of the provided base type.
-
Method Details
-
input
Create a PortInfoBuilder for input ports of the provided base type.- Parameters:
type- base Port type- Returns:
- builder
-
input
Create a PortInfoBuilder for input ports of the provided base type.- Parameters:
type- base Port type name- Returns:
- builder
-
output
Create a PortInfoBuilder for output ports of the provided base type.- Parameters:
type- base Port type- Returns:
- builder
-
output
Create a PortInfoBuilder for output ports of the provided base type.- Parameters:
type- base Port type name- Returns:
- builder
-