Class that represents an operator input port. More...

Classes |
|
| class | ImportType |
Public Member Functions |
|
| def | isImportedPort (self) |
| Check if this is an imported port. More... |
|
| def | getImportType (self) |
| Get the import type for the port. More... |
|
| def | isConnectedToAPEInputPort (self) |
| Check if this input port is connected to a PE input port. More... |
|
| def | getPEInputPortIndex (self) |
| Get the PE input port index for this operator input port. More... |
|
| def | isControl (self) |
| Check if this input port is a control port. More... |
|
Public Member Functions inherited from streams.OperatorPort |
|
| def | getIndex (self) |
| Get the port index. More... |
|
| def | getName (self) |
| Get the port name. More... |
|
| def | getTupleType (self) |
| Get the tuple type for the port. More... |
|
Class that represents an operator input port.
| def streams.OperatorInputPort.isImportedPort | ( | self, | |
| bool | |||
| ) |
Check if this is an imported port.
| def streams.OperatorInputPort.getImportType | ( | self, | |
| ImportType | |||
| ) |
Get the import type for the port.
| def streams.OperatorInputPort.isConnectedToAPEInputPort | ( | self, | |
| bool | |||
| ) |
Check if this input port is connected to a PE input port.
| def streams.OperatorInputPort.getPEInputPortIndex | ( | self, | |
| int | |||
| ) |
Get the PE input port index for this operator input port.
| SPLRuntimeInvalidIndexException | when the operator port does not have an associated PE port |
| def streams.OperatorInputPort.isControl | ( | self, | |
| bool | |||
| ) |
Check if this input port is a control port.