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 connect(ConnectableOutput other)
void disconnect(ConnectableOutput other)
PortBlockPart getPortBlockPart()