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 voidwriteAllostericEffector(Allostery object)writeAllostericEffector.protected voidwriteAllostericMechanism(Allostery object)writeAllostericMechanism.protected voidwriteAllostericMolecule(Allostery object)writeAllostericMolecule.protected voidwriteAllosteryType(Allostery object)writeAllosteryType.protected voidwriteOtherProperties(Allostery object)writeOtherProperties.protected voidwriteStartCooperativeEffect()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- aXMLStreamWriterobject.objectIndex- aPsiXmlObjectCacheobject.
-
-
Method Detail
-
writeOtherProperties
protected void writeOtherProperties(Allostery object) throws XMLStreamException
writeOtherProperties.
- Specified by:
writeOtherPropertiesin classAbstractXmlCooperativeEffectWriter<Allostery>- Parameters:
object- a C object.- Throws:
XMLStreamException- if any.
-
writeAllosteryType
protected void writeAllosteryType(Allostery object) throws XMLStreamException
writeAllosteryType.
- Parameters:
object- aAllosteryobject.- Throws:
XMLStreamException- if any.
-
writeAllostericMechanism
protected void writeAllostericMechanism(Allostery object)
writeAllostericMechanism.
- Parameters:
object- aAllosteryobject.
-
writeAllostericEffector
protected void writeAllostericEffector(Allostery object) throws XMLStreamException
writeAllostericEffector.
- Parameters:
object- aAllosteryobject.- Throws:
XMLStreamException- if any.
-
writeAllostericMolecule
protected void writeAllostericMolecule(Allostery object) throws XMLStreamException
writeAllostericMolecule.
- Parameters:
object- aAllosteryobject.- Throws:
XMLStreamException- if any.
-
writeStartCooperativeEffect
protected void writeStartCooperativeEffect() throws XMLStreamExceptionwriteStartCooperativeEffect.
- Specified by:
writeStartCooperativeEffectin classAbstractXmlCooperativeEffectWriter<Allostery>- Throws:
XMLStreamException- if any.
-
-