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 Summary

      Methods 
      Modifier and Type Method and Description
      E executable(OperatorGraph operatorGraph)
      Creates a new executable version of operatorGraph.
    • 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