Package | Description |
---|---|
edu.ucsd.sbrg.escher.util |
Provides utility methods, e.g. validation, Jackson mappers, command line options, etc.
|
Modifier and Type | Field and Description |
---|---|
static de.zbit.util.prefs.Option<EscherOptions.OutputFormat> |
EscherOptions.FORMAT
The desired format for the conversion, e.g., SBML.
|
static de.zbit.util.prefs.Range<EscherOptions.OutputFormat> |
EscherOptions.SBML_CONDITION
Helper constant for internal use.
|
Modifier and Type | Method and Description |
---|---|
static EscherOptions.OutputFormat |
EscherOptions.OutputFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EscherOptions.OutputFormat[] |
EscherOptions.OutputFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2019 University of Tübingen. All rights reserved.