Package psidev.psi.mi.jami.json
Class MIJsonWriterOptions
- java.lang.Object
-
- psidev.psi.mi.jami.factory.options.InteractionWriterOptions
-
- psidev.psi.mi.jami.json.MIJsonWriterOptions
-
public class MIJsonWriterOptions extends InteractionWriterOptions
Class that lists all possible options for InteractionViewerJson writers. All options listed in InteractionWriterOptions are also valid for InteractionViewerJson writers.- Since:
06/12/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Field Summary
Fields Modifier and Type Field Description static String
MI_JSON_FORMAT
The json format value to use with MIJsonWriterOptions.OUTPUT_FORMAT_OPTION_KEYstatic String
MI_JSON_TYPE
The json type.static String
ONTOLOGY_FETCHER_OPTION_KEY
Option to load an object instance implementing the OntologyFetcher interface.-
Fields inherited from class psidev.psi.mi.jami.factory.options.InteractionWriterOptions
COMPLEX_EXPANSION_OPTION_KEY, COMPLEX_TYPE_OPTION_KEY, INTERACTION_CATEGORY_OPTION_KEY, OUTPUT_FORMAT_OPTION_KEY, OUTPUT_OPTION_KEY
-
-
Constructor Summary
Constructors Constructor Description MIJsonWriterOptions()
-
-
-
Field Detail
-
ONTOLOGY_FETCHER_OPTION_KEY
public static final String ONTOLOGY_FETCHER_OPTION_KEY
Option to load an object instance implementing the OntologyFetcher interface. This object can fetch ontology terms,- See Also:
- Constant Field Values
-
MI_JSON_TYPE
public static final String MI_JSON_TYPE
The json type. It should be an enum of type MIJsonType. If it is not provided, it will be MIJsonType.n_ary_only- See Also:
- Constant Field Values
-
MI_JSON_FORMAT
public static final String MI_JSON_FORMAT
The json format value to use with MIJsonWriterOptions.OUTPUT_FORMAT_OPTION_KEY- See Also:
- Constant Field Values
-
-