Class that serves as the base class of all SPL primitive operators. More...
Class that serves as the base class of all SPL primitive operators.
◆ getIndex()
| def streams.Operator.getIndex |
( |
|
self, |
|
|
|
int |
|
) |
|
|
Get the index of the operator within the PE.
- Returns
- index of the operator within the PE
◆ getPE()
| def streams.Operator.getPE |
( |
|
self, |
|
|
|
ProcessingElement |
|
) |
|
|
Get the processing element hosting this operator.
- Returns
- processing element hosting this operator
◆ getContext()
| def streams.Operator.getContext |
( |
|
self, |
|
|
|
OperatorContext |
|
) |
|
|
Get the context for this operator.
- Returns
- a reference to the context object for this operator
◆ getNumberOfInputPorts()
| def streams.Operator.getNumberOfInputPorts |
( |
|
self, |
|
|
|
int |
|
) |
|
|
Get the number of inputs for this operator.
- Returns
- the number of inputs for this operator
◆ getNumberOfOutputPorts()
| def streams.Operator.getNumberOfOutputPorts |
( |
|
self, |
|
|
|
int |
|
) |
|
|
Get the number of outputs for this operator.
- Returns
- the number of outputs for this operator
◆ getInputPortAt()
| def streams.Operator.getInputPortAt |
( |
|
self, |
|
|
|
port |
|
) |
|
|
◆ getOutputPortAt()
| def streams.Operator.getOutputPortAt |
( |
|
self, |
|
|
|
port |
|
) |
|
|
◆ forwardWindowPunctuation()
| def streams.Operator.forwardWindowPunctuation |
( |
|
self, |
|
|
|
punct |
|
) |
|
|
◆ createThreads()
| def streams.Operator.createThreads |
( |
|
self, |
|
|
|
numThreads |
|
) |
|
|
◆ getThread()
| def streams.Operator.getThread |
( |
|
self, |
|
|
|
index |
|
) |
|
|
◆ getParameterNames()
| def streams.Operator.getParameterNames |
( |
|
self, |
|
|
|
Any |
|
) |
|
|
Get the set of all parameter names.
- Returns
- all the parameter names for an operator instance
◆ getParameterValues()
| def streams.Operator.getParameterValues |
( |
|
self, |
|
|
|
param |
|
) |
|
|
◆ getParameters()
| def streams.Operator.getParameters |
( |
|
self, |
|
|
|
Any |
|
) |
|
|
Get the parameter map of parameter names to parameter values.
- Returns
- the map from parameter names to lists of parameter values.
◆ getToolkitDirectory()
| def streams.Operator.getToolkitDirectory |
( |
|
self, |
|
|
|
str |
|
) |
|
|
Returns the runtime path of the root directory of the toolkit containing the operator code making this call.
- Returns
- Returns the root toolkit directory
The documentation for this class was generated from the following file: