Class 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 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
    • Constructor Detail

      • MIJsonWriterOptions

        public MIJsonWriterOptions()