Indicates whether this operator supports multiple inputs. @return true if it does, otherwise false.
()
| 70 | * @return true if it does, otherwise false. |
| 71 | */ |
| 72 | public abstract boolean supportsMultipleInputs(); |
| 73 | |
| 74 | /** |
| 75 | * Indicates whether this operator supports multiple outputs. |