Uses of Class
psidev.psi.mi.jami.html.AbstractMIHtmlWriter
-
Packages that use AbstractMIHtmlWriter Package Description psidev.psi.mi.jami.html -
-
Uses of AbstractMIHtmlWriter in psidev.psi.mi.jami.html
Subclasses of AbstractMIHtmlWriter in psidev.psi.mi.jami.html Modifier and Type Class Description classLightMIHtmlWriterWriter for light interactionsclassMIEvidenceHtmlWriterHTML writer for PSI-MI interaction evidences.classMIHtmlWriterMI writer for a mix of interactionsclassMIModelledHtmlWriterWriter for modelled interactionsMethods in psidev.psi.mi.jami.html that return AbstractMIHtmlWriter Modifier and Type Method Description protected AbstractMIHtmlWriter<ModelledInteraction,ModelledParticipant,ModelledFeature>AbstractMIHtmlWriter. getComplexWriter()Getter for the fieldcomplexWriter.Constructors in psidev.psi.mi.jami.html with parameters of type AbstractMIHtmlWriter Constructor Description AbstractMIHtmlWriter(File file, AbstractMIHtmlWriter<ModelledInteraction,ModelledParticipant,ModelledFeature> complexWriter)Constructor for AbstractMIHtmlWriter.AbstractMIHtmlWriter(OutputStream output, AbstractMIHtmlWriter<ModelledInteraction,ModelledParticipant,ModelledFeature> complexWriter)Constructor for AbstractMIHtmlWriter.AbstractMIHtmlWriter(Writer writer, AbstractMIHtmlWriter<ModelledInteraction,ModelledParticipant,ModelledFeature> complexWriter)Constructor for AbstractMIHtmlWriter.AbstractMIHtmlWriter(AbstractMIHtmlWriter<ModelledInteraction,ModelledParticipant,ModelledFeature> complexWriter)Constructor for AbstractMIHtmlWriter.
-