Interface BidirectionalConnectionAccessor.BidirectionalConnectionMutator<INPUT,OUTPUT>

    • Method Detail

      • setInputConnection

        void setInputConnection​(INPUT aInputConnection)
        Sets the input connection for the connection property.
        Parameters:
        aInputConnection - The input connection to be stored by the connection property.
      • setOutputConnection

        void setOutputConnection​(OUTPUT aOutputConnection)
        Sets the output connection for the connection property.
        Parameters:
        aOutputConnection - The output connection to be stored by the connection property.