Interface UIMode

All Known Implementing Classes:
CLI, GUI

public sealed interface UIMode permits CLI, GUI
Front-end for Maniflow system
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    start(String[] args)
    Starts the application with given arguments in the selected mode
  • Method Details

    • start

      void start(String[] args)
      Starts the application with given arguments in the selected mode
      Parameters:
      args - Args passed when starting the application