Class XmlModelledParticipantWriter
- java.lang.Object
-
- psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.AbstractXmlParticipantWriter<ModelledParticipant,ModelledFeature>
-
- psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.AbstractXmlModelledParticipantWriter
-
- psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30.AbstractXmlModelledParticipantWriter
-
- psidev.psi.mi.jami.xml.io.writer.elements.impl.expanded.xml30.XmlModelledParticipantWriter
-
- All Implemented Interfaces:
ExpandedPsiXmlElementWriter<ModelledParticipant>
,PsiXmlElementWriter<ModelledParticipant>
,PsiXmlParticipantWriter<ModelledParticipant>
- Direct Known Subclasses:
XmlNamedModelledParticipantWriter
public class XmlModelledParticipantWriter extends AbstractXmlModelledParticipantWriter implements ExpandedPsiXmlElementWriter<ModelledParticipant>
Expanded XML 3.0 writer for a modelled participant. (ignore all experimental details)- Since:
14/11/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description XmlModelledParticipantWriter(XMLStreamWriter writer, PsiXmlObjectCache objectIndex)
Constructor for XmlModelledParticipantWriter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
initialiseFeatureWriter()
initialiseFeatureWriter.protected void
initialiseParticipantCandidateWriter()
initialiseParticipantCandidateWriter.protected void
writeMolecule(Interactor interactor)
writeMolecule.-
Methods inherited from class psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30.AbstractXmlModelledParticipantWriter
getParticipantCandidateWriter, getStoichiometryWriter, initialiseBiologicalRoleWriter, initialiseInteractorWriter, initialiseXrefWriter, setParticipantCandidateWriter, setStoichiometryWriter, writeConfidences, writeExperimentalInteractor, writeExperimentalPreparations, writeExperimentalRoles, writeHostOrganisms, writeOtherAttributes, writeParameters, writeParticipantIdentificationMethods, writeParticipantPool, writeStoichiometry
-
Methods inherited from class psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.AbstractXmlParticipantWriter
getAliasWriter, getAttributeWriter, getBiologicalRoleWriter, getFeatureWriter, getInteractorWriter, getObjectIndex, getStreamWriter, getVersion, getXrefWriter, setAliasWriter, setAttributeWriter, setBiologicalRoleWriter, setComplexAsInteractor, setFeatureWriter, setInteractorWriter, setXrefWriter, write, writeAttributes, writeBiologicalRole, writeComplexAsInteractor, writeFeatures, writeInteractor, writeMoleculeDescription, writeMoleculeRef, writeNames, writeParticipant, writeXref, writeXrefFromParticipantXrefs
-
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
-
XmlModelledParticipantWriter
public XmlModelledParticipantWriter(XMLStreamWriter writer, PsiXmlObjectCache objectIndex)
Constructor for XmlModelledParticipantWriter.
- Parameters:
writer
- aXMLStreamWriter
object.objectIndex
- aPsiXmlObjectCache
object.
-
-
Method Detail
-
initialiseFeatureWriter
protected void initialiseFeatureWriter()
initialiseFeatureWriter.
- Overrides:
initialiseFeatureWriter
in classAbstractXmlModelledParticipantWriter
-
initialiseParticipantCandidateWriter
protected void initialiseParticipantCandidateWriter()
initialiseParticipantCandidateWriter.
- Specified by:
initialiseParticipantCandidateWriter
in classAbstractXmlModelledParticipantWriter
-
writeMolecule
protected void writeMolecule(Interactor interactor) throws XMLStreamException
writeMolecule.
- Overrides:
writeMolecule
in classAbstractXmlModelledParticipantWriter
- Parameters:
interactor
- aInteractor
object.- Throws:
XMLStreamException
- if any.
-
-