Class XmlNamedModelledParticipantWriter
- 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
-
- psidev.psi.mi.jami.xml.io.writer.elements.impl.expanded.xml30.XmlNamedModelledParticipantWriter
-
- All Implemented Interfaces:
ExpandedPsiXmlElementWriter<ModelledParticipant>,PsiXmlElementWriter<ModelledParticipant>,PsiXmlParticipantWriter<ModelledParticipant>
- Direct Known Subclasses:
XmlModelledParticipantWriter
public class XmlNamedModelledParticipantWriter extends XmlModelledParticipantWriter
Expanded XML 3.0 writer for a named modelled participant having a fullname and a shortname. It ignores experimental details.- Since:
14/11/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description XmlNamedModelledParticipantWriter(XMLStreamWriter writer, PsiXmlObjectCache objectIndex)Constructor for XmlNamedModelledParticipantWriter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidwriteNames(ModelledParticipant object)writeNames.-
Methods inherited from class psidev.psi.mi.jami.xml.io.writer.elements.impl.expanded.xml30.XmlModelledParticipantWriter
initialiseFeatureWriter, initialiseParticipantCandidateWriter, 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, 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
-
XmlNamedModelledParticipantWriter
public XmlNamedModelledParticipantWriter(XMLStreamWriter writer, PsiXmlObjectCache objectIndex)
Constructor for XmlNamedModelledParticipantWriter.
- Parameters:
writer- aXMLStreamWriterobject.objectIndex- aPsiXmlObjectCacheobject.
-
-
Method Detail
-
writeNames
protected void writeNames(ModelledParticipant object) throws XMLStreamException
writeNames.
- Overrides:
writeNamesin classAbstractXmlParticipantWriter<ModelledParticipant,ModelledFeature>- Parameters:
object- a P object.- Throws:
XMLStreamException- if any.
-
-