Package psidev.psi.mi.jami.html
Class LightMIHtmlWriter
- java.lang.Object
-
- psidev.psi.mi.jami.html.AbstractMIHtmlWriter<Interaction,Participant,Feature>
-
- psidev.psi.mi.jami.html.LightMIHtmlWriter
-
- All Implemented Interfaces:
InteractionWriter<Interaction>
public class LightMIHtmlWriter extends AbstractMIHtmlWriter<Interaction,Participant,Feature>
Writer for light interactions- Since:
06/12/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description LightMIHtmlWriter()Constructor for LightMIHtmlWriter.LightMIHtmlWriter(File file)Constructor for LightMIHtmlWriter.LightMIHtmlWriter(OutputStream output)Constructor for LightMIHtmlWriter.LightMIHtmlWriter(Writer writer)Constructor for LightMIHtmlWriter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidwriteConfidences(Interaction interaction)writeConfidencesprotected voidwriteConfidences(Participant participant)writeConfidencesprotected voidwriteCooperativeEffects(Interaction interaction)writeCooperativeEffectsprotected voidwriteDetectionMethods(Feature feature)writeDetectionMethodsprotected voidwriteExperiment(Interaction interaction)writeExperimentprotected voidwriteExperimentalPreparations(Participant participant)writeExperimentalPreparationsprotected voidwriteExperimentalRole(Participant participant)writeExperimentalRoleprotected voidwriteExpressedInOrganism(Participant participant)writeExpressedInOrganismprotected voidwriteGeneralProperties(Interaction interaction)writeGeneralPropertiesprotected voidwriteParameters(Interaction interaction)writeParametersprotected voidwriteParameters(Participant participant)writeParametersprotected voidwriteParticipantIdentificationMethods(Participant participant)writeParticipantIdentificationMethods-
Methods inherited from class psidev.psi.mi.jami.html.AbstractMIHtmlWriter
close, end, flush, getComplexesToWrite, getComplexWriter, getProcessedObjects, getWriter, initialiseContext, reset, setWriteHeader, start, write, write, write, writeCvTerm, writeEndDocument, writeFeature, writeHeader, writeHtmlStyle, writeInteractionAnchor, writeInteractionList, writeInteractor, writeModelledInteraction, writeOrganism, writeParticipant, writeProperty, writePropertyWithQualifier, writerEndBody, writerStartBody, writeStartDocument, writeSubTitle, writeTag
-
-
-
-
Constructor Detail
-
LightMIHtmlWriter
public LightMIHtmlWriter()
Constructor for LightMIHtmlWriter.
-
LightMIHtmlWriter
public LightMIHtmlWriter(File file) throws IOException
Constructor for LightMIHtmlWriter.
- Parameters:
file- aFileobject.- Throws:
IOException- if any.
-
LightMIHtmlWriter
public LightMIHtmlWriter(OutputStream output)
Constructor for LightMIHtmlWriter.
- Parameters:
output- aOutputStreamobject.
-
-
Method Detail
-
writeCooperativeEffects
protected void writeCooperativeEffects(Interaction interaction)
writeCooperativeEffects
- Specified by:
writeCooperativeEffectsin classAbstractMIHtmlWriter<Interaction,Participant,Feature>- Parameters:
interaction- a T object.
-
writeConfidences
protected void writeConfidences(Interaction interaction) throws IOException
writeConfidences
- Specified by:
writeConfidencesin classAbstractMIHtmlWriter<Interaction,Participant,Feature>- Parameters:
interaction- a T object.- Throws:
IOException- if any.
-
writeParameters
protected void writeParameters(Interaction interaction) throws IOException
writeParameters
- Specified by:
writeParametersin classAbstractMIHtmlWriter<Interaction,Participant,Feature>- Parameters:
interaction- a T object.- Throws:
IOException- if any.
-
writeDetectionMethods
protected void writeDetectionMethods(Feature feature) throws IOException
writeDetectionMethods
- Specified by:
writeDetectionMethodsin classAbstractMIHtmlWriter<Interaction,Participant,Feature>- Parameters:
feature- a F object.- Throws:
IOException- if any.
-
writeGeneralProperties
protected void writeGeneralProperties(Interaction interaction) throws IOException
writeGeneralProperties
- Specified by:
writeGeneralPropertiesin classAbstractMIHtmlWriter<Interaction,Participant,Feature>- Parameters:
interaction- a T object.- Throws:
IOException- if any.
-
writeExperiment
protected void writeExperiment(Interaction interaction) throws IOException
writeExperiment
- Specified by:
writeExperimentin classAbstractMIHtmlWriter<Interaction,Participant,Feature>- Parameters:
interaction- a T object.- Throws:
IOException- if any.
-
writeConfidences
protected void writeConfidences(Participant participant) throws IOException
writeConfidences
- Specified by:
writeConfidencesin classAbstractMIHtmlWriter<Interaction,Participant,Feature>- Parameters:
participant- a P object.- Throws:
IOException- if any.
-
writeParameters
protected void writeParameters(Participant participant) throws IOException
writeParameters
- Specified by:
writeParametersin classAbstractMIHtmlWriter<Interaction,Participant,Feature>- Parameters:
participant- a P object.- Throws:
IOException- if any.
-
writeExperimentalPreparations
protected void writeExperimentalPreparations(Participant participant) throws IOException
writeExperimentalPreparations
- Specified by:
writeExperimentalPreparationsin classAbstractMIHtmlWriter<Interaction,Participant,Feature>- Parameters:
participant- a P object.- Throws:
IOException- if any.
-
writeExpressedInOrganism
protected void writeExpressedInOrganism(Participant participant) throws IOException
writeExpressedInOrganism
- Specified by:
writeExpressedInOrganismin classAbstractMIHtmlWriter<Interaction,Participant,Feature>- Parameters:
participant- a P object.- Throws:
IOException- if any.
-
writeExperimentalRole
protected void writeExperimentalRole(Participant participant) throws IOException
writeExperimentalRole
- Specified by:
writeExperimentalRolein classAbstractMIHtmlWriter<Interaction,Participant,Feature>- Parameters:
participant- a P object.- Throws:
IOException- if any.
-
writeParticipantIdentificationMethods
protected void writeParticipantIdentificationMethods(Participant participant) throws IOException
writeParticipantIdentificationMethods
- Specified by:
writeParticipantIdentificationMethodsin classAbstractMIHtmlWriter<Interaction,Participant,Feature>- Parameters:
participant- a P object.- Throws:
IOException- if any.
-
-