Class XmlModelledParticipantCandidateWriter
- java.lang.Object
-
- psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30.AbstractXmlParticipantCandidateWriter<ModelledParticipantCandidate,ModelledFeature>
-
- psidev.psi.mi.jami.xml.io.writer.elements.impl.compact.xml30.XmlModelledParticipantCandidateWriter
-
- All Implemented Interfaces:
CompactPsiXmlElementWriter<ModelledParticipantCandidate>,PsiXmlElementWriter<ModelledParticipantCandidate>
public class XmlModelledParticipantCandidateWriter extends AbstractXmlParticipantCandidateWriter<ModelledParticipantCandidate,ModelledFeature> implements CompactPsiXmlElementWriter<ModelledParticipantCandidate>
Compact XML 3.0 writer for a participant evidence with full experimental details- Since:
14/11/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description XmlModelledParticipantCandidateWriter(XMLStreamWriter writer, PsiXmlObjectCache objectIndex)Constructor for XmlModelledParticipantCandidateWriter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitialiseFeatureWriter()initialiseFeatureWriter.protected voidinitialiseInteractorWriter()initialiseInteractorWriter.protected voidwriteMolecule(Interactor interactor)writeMolecule.-
Methods inherited from class psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30.AbstractXmlParticipantCandidateWriter
getFeatureWriter, getInteractorWriter, getObjectIndex, getStreamWriter, setFeatureWriter, setInteractorWriter, write, writeFeatures, writeInteractor, writeMoleculeDescription, writeMoleculeRef
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface psidev.psi.mi.jami.xml.io.writer.elements.PsiXmlElementWriter
write
-
-
-
-
Constructor Detail
-
XmlModelledParticipantCandidateWriter
public XmlModelledParticipantCandidateWriter(XMLStreamWriter writer, PsiXmlObjectCache objectIndex)
Constructor for XmlModelledParticipantCandidateWriter.
- Parameters:
writer- aXMLStreamWriterobject.objectIndex- aPsiXmlObjectCacheobject.
-
-
Method Detail
-
initialiseInteractorWriter
protected void initialiseInteractorWriter()
initialiseInteractorWriter.
- Specified by:
initialiseInteractorWriterin classAbstractXmlParticipantCandidateWriter<ModelledParticipantCandidate,ModelledFeature>
-
initialiseFeatureWriter
protected void initialiseFeatureWriter()
initialiseFeatureWriter.
- Specified by:
initialiseFeatureWriterin classAbstractXmlParticipantCandidateWriter<ModelledParticipantCandidate,ModelledFeature>
-
writeMolecule
protected void writeMolecule(Interactor interactor) throws XMLStreamException
writeMolecule.
- Specified by:
writeMoleculein classAbstractXmlParticipantCandidateWriter<ModelledParticipantCandidate,ModelledFeature>- Parameters:
interactor- aInteractorobject.- Throws:
XMLStreamException- if any.
-
-