Indicates whether this operator supports multiple outputs. @return true if it does, otherwise false.
()
| 77 | * @return true if it does, otherwise false. |
| 78 | */ |
| 79 | public abstract boolean supportsMultipleOutputs(); |
| 80 | |
| 81 | public abstract String name(); |
| 82 |
no outgoing calls
no test coverage detected