com.ibm.streams.flow.declare

Interface PortDeclaration<T extends PortDeclaration<T>>

    • Method Detail

      • operator

        OperatorInvocation<?> operator()
        Get the operator invocation for this port.
        Returns:
        the operator invocation for this port
      • isConnected

        boolean isConnected()
        Is the port connected in the graph.
        Returns:
        true if the port is connected. Otherwise false.
      • getConnections

        java.util.Collection<StreamConnection> getConnections()
        Get the list of connections for this port.
        Returns:
        list of connections for the port