Class Connection<T>


  • public class Connection<T>
    extends java.lang.Object
    A connection is a rule that causes one socket to update to always the value of another socket.
    • Method Detail

      • getOutputSocket

        public OutputSocket<? extends T> getOutputSocket()
      • remove

        public void remove()
        Removes this connection from the pipeline.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object