Class XmlModelledParameterWriter
- java.lang.Object
-
- psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.AbstractXmlParameterWriter
-
- psidev.psi.mi.jami.xml.io.writer.elements.impl.xml30.XmlModelledParameterWriter
-
- All Implemented Interfaces:
PsiXmlElementWriter<Parameter>,PsiXmlParameterWriter
- Direct Known Subclasses:
XmlModelledParameterWriter
public class XmlModelledParameterWriter extends AbstractXmlParameterWriter
XML 3.0 writer of a modelled parameter- Since:
14/11/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description XmlModelledParameterWriter(XMLStreamWriter writer, PsiXmlObjectCache objectIndex)Constructor for XmlModelledParameterWriter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PsiXmlPublicationWritergetPublicationWriter()Getter for the fieldpublicationWriter.protected voidinitialisePublicationWriter()initialisePublicationWriter.voidsetPublicationWriter(PsiXmlPublicationWriter publicationWriter)Setter for the fieldpublicationWriter.protected voidwriteOtherProperties(Parameter object)writeOtherProperties.-
Methods inherited from class psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.AbstractXmlParameterWriter
getDefaultExperiment, getObjectIndex, getStreamWriter, setDefaultExperiment, write
-
-
-
-
Constructor Detail
-
XmlModelledParameterWriter
public XmlModelledParameterWriter(XMLStreamWriter writer, PsiXmlObjectCache objectIndex)
Constructor for XmlModelledParameterWriter.
- Parameters:
writer- aXMLStreamWriterobject.objectIndex- aPsiXmlObjectCacheobject.
-
-
Method Detail
-
getPublicationWriter
public PsiXmlPublicationWriter getPublicationWriter()
Getter for the field
publicationWriter.- Returns:
- a
PsiXmlPublicationWriterobject.
-
initialisePublicationWriter
protected void initialisePublicationWriter()
initialisePublicationWriter.
-
setPublicationWriter
public void setPublicationWriter(PsiXmlPublicationWriter publicationWriter)
Setter for the field
publicationWriter.- Parameters:
publicationWriter- aPsiXmlPublicationWriterobject.
-
writeOtherProperties
protected void writeOtherProperties(Parameter object) throws XMLStreamException
writeOtherProperties.
- Specified by:
writeOtherPropertiesin classAbstractXmlParameterWriter- Parameters:
object- aParameterobject.- Throws:
XMLStreamException- if any.
-
-