Package com.streambase.sb.operator
Class PortCounts
- java.lang.Object
-
- com.streambase.sb.operator.PortCounts
-
-
Constructor Summary
Constructors Constructor Description PortCounts(int numInputPorts, int numOutputPorts)
Constructs a new PortCounts object requesting a change in the number of input and/or output ports.
-
-
-
Constructor Detail
-
PortCounts
public PortCounts(int numInputPorts, int numOutputPorts)
Constructs a new PortCounts object requesting a change in the number of input and/or output ports.- Parameters:
numInputPorts
- the requested number of input portsnumOutputPorts
- the requested number of output ports- See Also:
Operator.getPortCounts()
-
-