Interface GeneralOptions

All Superinterfaces:
de.zbit.util.prefs.KeyProvider

public interface GeneralOptions extends de.zbit.util.prefs.KeyProvider
  • Nested Class Summary

    Nested classes/interfaces inherited from interface de.zbit.util.prefs.KeyProvider

    de.zbit.util.prefs.KeyProvider.Entry<T extends Object>, de.zbit.util.prefs.KeyProvider.Tools
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final de.zbit.util.prefs.Option<Boolean>
    Set this option to true if generic top-level annotations, such as 'process' should not be applied.
    static final ResourceBundle
     
    static final de.zbit.util.prefs.Option<Boolean>
    If true, the created SBML file will be validated through the online validator service at http://sbml.org.
  • Field Details

    • MESSAGES

      static final ResourceBundle MESSAGES
    • ADD_GENERIC_TERMS

      static final de.zbit.util.prefs.Option<Boolean> ADD_GENERIC_TERMS
      Set this option to true if generic top-level annotations, such as 'process' should not be applied. Not using those terms will reduce the size of the resulting output file.
    • SBML_VALIDATION

      static final de.zbit.util.prefs.Option<Boolean> SBML_VALIDATION
      If true, the created SBML file will be validated through the online validator service at http://sbml.org. This option is only used if the output is GZIP compressed.