Interface MutableModule

    • Method Detail

      • addInput

        default void addInput​(ModuleItem<?> input)
        Adds an input to the list.
      • addOutput

        default void addOutput​(ModuleItem<?> output)
        Adds an output to the list.
      • removeInput

        default void removeInput​(ModuleItem<?> input)
        Removes an input from the list.
      • removeOutput

        default void removeOutput​(ModuleItem<?> output)
        Removes an output from the list.
      • run

        default void run()
        Specified by:
        run in interface Runnable