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 class
LightMIHtmlWriter
Writer for light interactionsclass
MIEvidenceHtmlWriter
HTML writer for PSI-MI interaction evidences.class
MIHtmlWriter
MI writer for a mix of interactionsclass
MIModelledHtmlWriter
Writer 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.
-