public interface LogicalSubgraphFactory
IterativeOperator
's.
This is a separate interface to facilitate unit testing of iterative sub-components.Modifier and Type | Method and Description |
---|---|
LogicalGraph |
newSubgraph()
Creates a new subgraph, The subgraph has access to the input ports of
the iterative operator such that they can be connected to other operators
added to the subgraph.
|
LogicalGraph newSubgraph()
Copyright © 2020 Actian Corporation. All rights reserved.