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.expanded.xml30.XmlModelledParticipantCandidateWriter
-
- All Implemented Interfaces:
CompactPsiXmlElementWriter<ModelledParticipantCandidate>
,PsiXmlElementWriter<ModelledParticipantCandidate>
public class XmlModelledParticipantCandidateWriter extends AbstractXmlParticipantCandidateWriter<ModelledParticipantCandidate,ModelledFeature> implements CompactPsiXmlElementWriter<ModelledParticipantCandidate>
Expanded 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 void
initialiseFeatureWriter()
initialiseFeatureWriter.protected void
initialiseInteractorWriter()
initialiseInteractorWriter.protected void
writeMolecule(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
- aXMLStreamWriter
object.objectIndex
- aPsiXmlObjectCache
object.
-
-
Method Detail
-
initialiseInteractorWriter
protected void initialiseInteractorWriter()
initialiseInteractorWriter.
- Specified by:
initialiseInteractorWriter
in classAbstractXmlParticipantCandidateWriter<ModelledParticipantCandidate,ModelledFeature>
-
initialiseFeatureWriter
protected void initialiseFeatureWriter()
initialiseFeatureWriter.
- Specified by:
initialiseFeatureWriter
in classAbstractXmlParticipantCandidateWriter<ModelledParticipantCandidate,ModelledFeature>
-
writeMolecule
protected void writeMolecule(Interactor interactor) throws XMLStreamException
writeMolecule.
- Specified by:
writeMolecule
in classAbstractXmlParticipantCandidateWriter<ModelledParticipantCandidate,ModelledFeature>
- Parameters:
interactor
- aInteractor
object.- Throws:
XMLStreamException
- if any.
-
-