Interface OutputSocket<T>

  • Type Parameters:
    T - The type of the value that this socket stores.
    All Superinterfaces:
    Socket<T>
    All Known Implementing Classes:
    OutputSocketImpl

    public interface OutputSocket<T>
    extends Socket<T>
    Represents the output of an Operation.
    • Method Detail

      • isPreviewed

        boolean isPreviewed()
        Returns:
        Whether or not this socket is shown in a preview in the GUI.
        See Also:
        d(boolean)
      • setPreviewed

        void setPreviewed​(boolean previewed)
        Parameters:
        previewed - If true, this socket will be shown in a preview in the GUI.
      • resetValueToInitial

        void resetValueToInitial()
        Resets the value of this socket to its initial value.