Annotation Type GUIparameter


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface GUIparameter
    Annotate variables of the simulation manager to automatically display on the GUI (Graphical User Interface). A GUIparameter can be modified at run-time. Was previously called ModelParmameter but the name was changed as it was considered misleading.
    Author:
    ross richardson
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String description  
      java.lang.String name  
      java.lang.String section  
    • Element Detail

      • section

        java.lang.String section
        Default:
        ""
      • name

        java.lang.String name
        Default:
        ""
      • description

        java.lang.String description
        Default:
        ""