Annotation Type ModelParameter


  • @Deprecated
    @Retention(RUNTIME)
    @Target(FIELD)
    public @interface ModelParameter
    Deprecated.
    Annotate variables of the simulation manager automatically managed by JAS-mine gui to ask parameters to simulation user. Note that this has been deprecated as the name is misleading. Please use GUIparameter class instead.
    Author:
    Michele Sonnessa
    • Optional Element Summary

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

      • section

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

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

        java.lang.String description
        Deprecated.
        Default:
        ""