Interface LogicalSubgraphFactory

All Known Subinterfaces:
IterativeExecutionContext

public interface LogicalSubgraphFactory
Interface for creating subgraphs. Generally applies to IterativeOperator's. This is a separate interface to facilitate unit testing of iterative sub-components.
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
  • Method Details

    • newSubgraph

      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.
      Returns:
      the new subgraph