com.ibm.streams.flow.execute

Interface ExecutableGraphFactory<E extends ExecutableGraph<E>>

  • Type Parameters:
    E - Type of executable graph
    All Known Implementing Classes:
    JavaOperatorTester


    public interface ExecutableGraphFactory<E extends ExecutableGraph<E>>
    A factory for creating executable graphs of operators.
    Since:
    InfoSphere® Streams Version 3.1
    • Method Detail

      • executable

        E executable(OperatorGraph operatorGraph)
              throws java.lang.Exception
        Creates a new executable version of operatorGraph.
        Parameters:
        operatorGraph - The operator graph to be executed.
        Returns:
        An executable operator graph.
        Throws:
        java.lang.Exception