Class XmlModelledInteractionWriter
- java.lang.Object
-
- psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.AbstractXmlInteractionWriter<I,ModelledParticipant>
-
- psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.AbstractXmlModelledInteractionWriter<I>
-
- psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30.AbstractXmlModelledInteractionWriter<ModelledInteraction>
-
- psidev.psi.mi.jami.xml.io.writer.elements.impl.expanded.xml30.XmlModelledInteractionWriter
-
- All Implemented Interfaces:
ExpandedPsiXmlElementWriter<ModelledInteraction>
,PsiXmlElementWriter<ModelledInteraction>
,PsiXmlInteractionWriter<ModelledInteraction>
- Direct Known Subclasses:
XmlNamedModelledInteractionWriter
public class XmlModelledInteractionWriter extends AbstractXmlModelledInteractionWriter<ModelledInteraction> implements ExpandedPsiXmlElementWriter<ModelledInteraction>
Expanded XML 3.0 writer for a modelled interaction (ignore experimental details). It will write cooperative effects as attributes- Since:
18/11/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description XmlModelledInteractionWriter(XMLStreamWriter writer, PsiXmlObjectCache objectIndex)
Constructor for XmlModelledInteractionWriter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
initialiseParticipantWriter()
initialiseParticipantWriter.protected CvTerm
writeExperiments(ModelledInteraction object)
writeExperiments.-
Methods inherited from class psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30.AbstractXmlModelledInteractionWriter
getAllosteryWriter, getBindingFeaturesWriter, getCausalRelationshipWriter, getOrganismWriter, getPreAssemblyWriter, initialiseCausalRelationshipWriter, initialiseConfidenceWriter, initialiseExperimentWriter, initialiseInferredInteractionWriter, initialiseInteractionTypeWriter, initialiseParameterWriter, initialiseXrefWriter, setAllosteryWriter, setBindingFeaturesWriter, setCausalRelationshipWriter, setOrganismWriter, setPreAssemblyWriter, writeCausalRelationships, writeCooperativeEffect, writeCooperativeEffects, writeEvidenceType, writeExperimentDescription, writeExperimentRef, writeInferredInteractions, writeInteractorType, writeOrganism, writeOtherProperties, writeStartInteraction
-
Methods inherited from class psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.AbstractXmlModelledInteractionWriter
getAliasWriter, getConfidenceWriter, getParameterWriter, initialiseDefaultExperiment, setAliasWriter, setConfidenceWriter, setDefaultExperiment, setParameterWriter, writeAttributes, writeAvailability, writeConfidences, writeModelled, writeNames, writeNegative, writeOtherAttributes, writeParameters
-
Methods inherited from class psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.AbstractXmlInteractionWriter
collectInferredInteractionsFrom, extractDefaultExperimentFrom, getAttributeWriter, getChecksumWriter, getDefaultExperiment, getExperimentWriter, getInferredInteractionWriter, getInteractionTypeWriter, getObjectIndex, getParticipantWriter, getStreamWriter, getVersion, getXrefWriter, newExperiment, newPublication, newPublication, newXmlCvTerm, setAttributeWriter, setChecksumWriter, setComplexAsInteractor, setExperimentWriter, setInferredInteractionWriter, setInteractionTypeWriter, setParticipantWriter, setXrefWriter, write, writeAttribute, writeComplexAsInteractor, writeInteractionType, writeIntraMolecular, writeParticipants, writeXref, writeXrefFromInteractionIdentifiers, writeXrefFromInteractionXrefs
-
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
-
XmlModelledInteractionWriter
public XmlModelledInteractionWriter(XMLStreamWriter writer, PsiXmlObjectCache objectIndex)
Constructor for XmlModelledInteractionWriter.
- Parameters:
writer
- aXMLStreamWriter
object.objectIndex
- aPsiXmlObjectCache
object.
-
-
Method Detail
-
initialiseParticipantWriter
protected void initialiseParticipantWriter()
initialiseParticipantWriter.
- Specified by:
initialiseParticipantWriter
in classAbstractXmlInteractionWriter<ModelledInteraction,ModelledParticipant>
-
writeExperiments
protected CvTerm writeExperiments(ModelledInteraction object) throws XMLStreamException
writeExperiments.
- Overrides:
writeExperiments
in classAbstractXmlModelledInteractionWriter<ModelledInteraction>
- Parameters:
object
- a T object.- Returns:
- a
CvTerm
object. - Throws:
XMLStreamException
- if any.
-
-