Class XmlAllosteryWriter
- java.lang.Object
-
- psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30.AbstractXmlCooperativeEffectWriter<Allostery>
-
- psidev.psi.mi.jami.xml.io.writer.elements.impl.xml30.XmlAllosteryWriter
-
- All Implemented Interfaces:
PsiXmlElementWriter<Allostery>
- Direct Known Subclasses:
XmlAllosteryWriter
public class XmlAllosteryWriter extends AbstractXmlCooperativeEffectWriter<Allostery>
Xml 3.0 writer for allostery- Since:
12/11/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description XmlAllosteryWriter(XMLStreamWriter writer, PsiXmlObjectCache objectIndex)
Constructor for XmlAllosteryWriter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
writeAllostericEffector(Allostery object)
writeAllostericEffector.protected void
writeAllostericMechanism(Allostery object)
writeAllostericMechanism.protected void
writeAllostericMolecule(Allostery object)
writeAllostericMolecule.protected void
writeAllosteryType(Allostery object)
writeAllosteryType.protected void
writeOtherProperties(Allostery object)
writeOtherProperties.protected void
writeStartCooperativeEffect()
writeStartCooperativeEffect.-
Methods inherited from class psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30.AbstractXmlCooperativeEffectWriter
getAttributeWriter, getCooperativityEvidenceWriter, getCvWriter, getObjectIndex, getStreamWriter, initialiseCooperativityEvidenceWriter, initialiseCvWriter, setAttributeWriter, setCooperativityEvidenceWriter, setCvWriter, write, writeAffectedInteractionList, writeAttributes, writeCooperativityEvidenceList, writeOutcome, writeResponse
-
-
-
-
Constructor Detail
-
XmlAllosteryWriter
public XmlAllosteryWriter(XMLStreamWriter writer, PsiXmlObjectCache objectIndex)
Constructor for XmlAllosteryWriter.
- Parameters:
writer
- aXMLStreamWriter
object.objectIndex
- aPsiXmlObjectCache
object.
-
-
Method Detail
-
writeOtherProperties
protected void writeOtherProperties(Allostery object) throws XMLStreamException
writeOtherProperties.
- Specified by:
writeOtherProperties
in classAbstractXmlCooperativeEffectWriter<Allostery>
- Parameters:
object
- a C object.- Throws:
XMLStreamException
- if any.
-
writeAllosteryType
protected void writeAllosteryType(Allostery object) throws XMLStreamException
writeAllosteryType.
- Parameters:
object
- aAllostery
object.- Throws:
XMLStreamException
- if any.
-
writeAllostericMechanism
protected void writeAllostericMechanism(Allostery object)
writeAllostericMechanism.
- Parameters:
object
- aAllostery
object.
-
writeAllostericEffector
protected void writeAllostericEffector(Allostery object) throws XMLStreamException
writeAllostericEffector.
- Parameters:
object
- aAllostery
object.- Throws:
XMLStreamException
- if any.
-
writeAllostericMolecule
protected void writeAllostericMolecule(Allostery object) throws XMLStreamException
writeAllostericMolecule.
- Parameters:
object
- aAllostery
object.- Throws:
XMLStreamException
- if any.
-
writeStartCooperativeEffect
protected void writeStartCooperativeEffect() throws XMLStreamException
writeStartCooperativeEffect.
- Specified by:
writeStartCooperativeEffect
in classAbstractXmlCooperativeEffectWriter<Allostery>
- Throws:
XMLStreamException
- if any.
-
-