public interface ConnectableInput
| Modifier and Type | Method and Description | 
|---|---|
| void | connect(ConnectableOutput other) | 
| void | disconnect(ConnectableOutput other) | 
| PortBlockPart | getPortBlockPart()This is used internally by PortBlockPart to make a connection between specific parts of a
 port. | 
| void | pullData(long frameCount,
        int start,
        int limit) | 
void connect(ConnectableOutput other)
void disconnect(ConnectableOutput other)
PortBlockPart getPortBlockPart()
void pullData(long frameCount,
              int start,
              int limit)