Class MIHtml


  • public class MIHtml
    extends Object
    This class is a central access to basic methods to register html writer. Existing writers : - MIEvidenceHtmlWriter : writer that can write interaction evidences. The option HtmlWriterOptions.COMPLEX_TYPE_OPTION_KEY does not make sense in this case as it can write both n-ary and binary interactions the same way. The option HtmlWriterOptions.COMPLEX_TYPE_OPTION_KEY will be ignored. - MIModelledHtmlWriter : writer that can write modelled interactions. The option HtmlWriterOptions.COMPLEX_TYPE_OPTION_KEY does not make sense in this case as it can write both n-ary and binary interactions the same way. The option HtmlWriterOptions.COMPLEX_TYPE_OPTION_KEY will be ignored. As there are not Complex writers, the MIModelledHtmlWriter can be used to write complexes as well but the option HtmlWriterOptions.INTERACTION_CATEGORY_OPTION_KEY should always be InteractionCategory.modelled - LightMIHtmlWriter : writer that can write basic interactions. The option HtmlWriterOptions.COMPLEX_TYPE_OPTION_KEY does not make sense in this case as it can write both n-ary and binary interactions the same way. The option HtmlWriterOptions.COMPLEX_TYPE_OPTION_KEY will be ignored. - MIHtmlWriter : writer that can write a mix of modelled, evidence and basic interactions. The option HtmlWriterOptions.COMPLEX_TYPE_OPTION_KEY does not make sense in this case as it can write both n-ary and binary interactions the same way. The option HtmlWriterOptions.COMPLEX_TYPE_OPTION_KEY will be ignored.
    Since:
    19/11/14
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Constructor Detail

      • MIHtml

        public MIHtml()
    • Method Detail

      • initialiseAllMIHtmlWriters

        public static void initialiseAllMIHtmlWriters()
        Register all existing MI html writers in the MI interaction writer factory