Class that forms a common base for operator ports. More...

Public Member Functions |
|
| 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 forms a common base for operator ports.
| def streams.OperatorPort.getIndex | ( | self, | |
| int | |||
| ) |
Get the port index.
| def streams.OperatorPort.getName | ( | self, | |
| str | |||
| ) |
Get the port name.
This is the port alias name, if specified in the SPL source for this operator instance. If a port alias is not specified, then it is the local name of the first stream attached to the port. It is an unqualifed name in both cases.
@return the port name
| def streams.OperatorPort.getTupleType | ( | self, | |
| Meta, | |||
| BaseType | |||
| ) |
Get the tuple type for the port.