Interface BidirectionalConnectionAccessor<INPUT,OUTPUT>

    • Method Detail

      • getInputConnection

        INPUT getInputConnection​()
        Retrieves the input connection from the connection property.
        Returns:
        The input connection stored by the connection property.
      • getOutputConnection

        OUTPUT getOutputConnection​()
        Retrieves the output connection from the connection property.
        Returns:
        The output connection stored by the connection property.