Class ExpandedXmlModelledBinaryWriter
- java.lang.Object
-
- psidev.psi.mi.jami.xml.io.writer.AbstractXmlWriter<T>
-
- psidev.psi.mi.jami.xml.io.writer.expanded.AbstractExpandedXmlWriter<ModelledBinaryInteraction>
-
- psidev.psi.mi.jami.xml.io.writer.expanded.extended.ExpandedXmlModelledBinaryWriter
-
- All Implemented Interfaces:
InteractionWriter<ModelledBinaryInteraction>
public class ExpandedXmlModelledBinaryWriter extends AbstractExpandedXmlWriter<ModelledBinaryInteraction>
Expanded PSI-XML writer for modelled binary interactions (no experimental evidences)- Since:
19/11/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description ExpandedXmlModelledBinaryWriter(PsiXmlVersion version)
Constructor for ExpandedXmlModelledBinaryWriter.ExpandedXmlModelledBinaryWriter(PsiXmlVersion version, File file)
Constructor for ExpandedXmlModelledBinaryWriter.ExpandedXmlModelledBinaryWriter(PsiXmlVersion version, OutputStream output)
Constructor for ExpandedXmlModelledBinaryWriter.ExpandedXmlModelledBinaryWriter(PsiXmlVersion version, Writer writer)
Constructor for ExpandedXmlModelledBinaryWriter.ExpandedXmlModelledBinaryWriter(PsiXmlVersion version, XMLStreamWriter streamWriter, PsiXmlObjectCache cache)
Constructor for ExpandedXmlModelledBinaryWriter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Source
extractSourceFromInteraction()
extractSourceFromInteraction.protected void
initialiseDefaultSource()
initialiseDefaultSource.protected void
initialiseSubWriters()
initialiseSubWriters.protected void
writeComplex(ModelledInteraction modelled)
writeComplex.protected void
writeInteraction()
writeInteraction.-
Methods inherited from class psidev.psi.mi.jami.xml.io.writer.expanded.AbstractExpandedXmlWriter
getInteractionType, initialiseDefaultElementCache, initialiseOptionalWriters, writeStartEntryContent
-
Methods inherited from class psidev.psi.mi.jami.xml.io.writer.AbstractXmlWriter
close, end, flush, getComplexWriter, getCurrentInteraction, getCurrentSource, getElementCache, getInteractionsIterator, getInteractionWriter, getProcessedInteractions, getStreamWriter, getSubWritersFactory, getVersion, initialiseContext, initialiseDefaultInteractionSet, initialiseSubWriters, isStarted, newXmlSource, reset, setAnnotationsWriter, setComplexWriter, setCurrentInteraction, setCurrentSource, setDefaultReleaseDate, setDefaultSource, setElementCache, setEntryAnnotations, setInteractionSet, setInteractionsIterator, setInteractionWriter, setSourceWriter, setStarted, setSubWritersFactory, setVersion, setWriteComplexesAsInteractors, start, write, write, write, writeComplexesAsInteractors, writeEndEntry, writeEndEntryContent, writeEndInteractionList, writeEntryAttributes, writeEntrySetAttributes, writeInteractionListContent, writeSource, writeStartEntry, writeStartInteractionList, writeSubComplexInEntry
-
-
-
-
Constructor Detail
-
ExpandedXmlModelledBinaryWriter
public ExpandedXmlModelledBinaryWriter(PsiXmlVersion version)
Constructor for ExpandedXmlModelledBinaryWriter.
- Parameters:
version
- aPsiXmlVersion
object.
-
ExpandedXmlModelledBinaryWriter
public ExpandedXmlModelledBinaryWriter(PsiXmlVersion version, File file) throws IOException, XMLStreamException
Constructor for ExpandedXmlModelledBinaryWriter.
- Parameters:
version
- aPsiXmlVersion
object.file
- aFile
object.- Throws:
IOException
- if any.XMLStreamException
- if any.
-
ExpandedXmlModelledBinaryWriter
public ExpandedXmlModelledBinaryWriter(PsiXmlVersion version, OutputStream output) throws XMLStreamException
Constructor for ExpandedXmlModelledBinaryWriter.
- Parameters:
version
- aPsiXmlVersion
object.output
- aOutputStream
object.- Throws:
XMLStreamException
- if any.
-
ExpandedXmlModelledBinaryWriter
public ExpandedXmlModelledBinaryWriter(PsiXmlVersion version, Writer writer) throws XMLStreamException
Constructor for ExpandedXmlModelledBinaryWriter.
- Parameters:
version
- aPsiXmlVersion
object.writer
- aWriter
object.- Throws:
XMLStreamException
- if any.
-
ExpandedXmlModelledBinaryWriter
public ExpandedXmlModelledBinaryWriter(PsiXmlVersion version, XMLStreamWriter streamWriter, PsiXmlObjectCache cache)
Constructor for ExpandedXmlModelledBinaryWriter.
- Parameters:
version
- aPsiXmlVersion
object.streamWriter
- aXMLStreamWriter
object.cache
- aPsiXmlObjectCache
object.
-
-
Method Detail
-
extractSourceFromInteraction
protected Source extractSourceFromInteraction()
extractSourceFromInteraction.
- Overrides:
extractSourceFromInteraction
in classAbstractXmlWriter<ModelledBinaryInteraction>
- Returns:
- a
Source
object.
-
initialiseSubWriters
protected void initialiseSubWriters()
initialiseSubWriters.
- Specified by:
initialiseSubWriters
in classAbstractXmlWriter<ModelledBinaryInteraction>
-
initialiseDefaultSource
protected void initialiseDefaultSource()
initialiseDefaultSource.
- Overrides:
initialiseDefaultSource
in classAbstractXmlWriter<ModelledBinaryInteraction>
-
writeInteraction
protected void writeInteraction() throws XMLStreamException
writeInteraction.
- Overrides:
writeInteraction
in classAbstractExpandedXmlWriter<ModelledBinaryInteraction>
- Throws:
XMLStreamException
- if any.
-
writeComplex
protected void writeComplex(ModelledInteraction modelled)
writeComplex.
- Overrides:
writeComplex
in classAbstractExpandedXmlWriter<ModelledBinaryInteraction>
- Parameters:
modelled
- aModelledInteraction
object.
-
-