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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
    • Method Detail

      • 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