- java.lang.Object
-
- org.praxislive.core.Info.PortInfoChooser
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Info.PortInfoBuilder
input(Class<? extends Port> type)
Create a PortInfoBuilder for input ports of the provided base type.Info.PortInfoBuilder
output(Class<? extends Port> type)
Create a PortInfoBuilder for output ports of the provided base type.
-
-
-
Method Detail
-
input
public Info.PortInfoBuilder input(Class<? extends Port> type)
Create a PortInfoBuilder for input ports of the provided base type.- Parameters:
type
- base Port type- Returns:
- builder
-
output
public Info.PortInfoBuilder output(Class<? extends Port> type)
Create a PortInfoBuilder for output ports of the provided base type.- Parameters:
type
- base Port type- Returns:
- builder
-
-