Interface PsiXmlParticipantWriter<T extends Participant>
-
- All Superinterfaces:
PsiXmlElementWriter<T>
- All Known Implementing Classes:
AbstractXmlModelledParticipantWriter
,AbstractXmlModelledParticipantWriter
,AbstractXmlModelledParticipantWriter
,AbstractXmlNamedParticipantWriter
,AbstractXmlParticipantEvidenceWriter
,AbstractXmlParticipantEvidenceWriter
,AbstractXmlParticipantEvidenceWriter
,AbstractXmlParticipantWriter
,AbstractXmlParticipantWriter
,XmlModelledParticipantWriter
,XmlModelledParticipantWriter
,XmlModelledParticipantWriter
,XmlModelledParticipantWriter
,XmlModelledParticipantWriter
,XmlModelledParticipantWriter
,XmlModelledParticipantWriter
,XmlModelledParticipantWriter
,XmlNamedModelledParticipantWriter
,XmlNamedModelledParticipantWriter
,XmlNamedModelledParticipantWriter
,XmlNamedModelledParticipantWriter
,XmlNamedParticipantEvidenceWriter
,XmlNamedParticipantEvidenceWriter
,XmlNamedParticipantEvidenceWriter
,XmlNamedParticipantEvidenceWriter
,XmlNamedParticipantWriter
,XmlNamedParticipantWriter
,XmlParticipantEvidenceWriter
,XmlParticipantEvidenceWriter
,XmlParticipantEvidenceWriter
,XmlParticipantEvidenceWriter
,XmlParticipantEvidenceWriter
,XmlParticipantEvidenceWriter
,XmlParticipantEvidenceWriter
,XmlParticipantEvidenceWriter
,XmlParticipantWriter
,XmlParticipantWriter
,XmlParticipantWriter
,XmlParticipantWriter
public interface PsiXmlParticipantWriter<T extends Participant> extends PsiXmlElementWriter<T>
Interface for PSI-XML participant writers. A participant writer has an option to write a complex as an interactor or as an interaction- Since:
19/11/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setComplexAsInteractor(boolean complexAsInteractor)
Sets the property of the writer to write a complex as an interactor or as an interactionboolean
writeComplexAsInteractor()
writeComplexAsInteractor.void
writeParticipant(T participant, CvTerm generalParticipantDetectionMethod)
writeParticipant.-
Methods inherited from interface psidev.psi.mi.jami.xml.io.writer.elements.PsiXmlElementWriter
write
-
-
-
-
Method Detail
-
writeComplexAsInteractor
boolean writeComplexAsInteractor()
writeComplexAsInteractor.
- Returns:
- true if the participant writer will write a complex as an interactor
-
setComplexAsInteractor
void setComplexAsInteractor(boolean complexAsInteractor)
Sets the property of the writer to write a complex as an interactor or as an interaction- Parameters:
complexAsInteractor
- a boolean.
-
writeParticipant
void writeParticipant(T participant, CvTerm generalParticipantDetectionMethod) throws MIIOException
writeParticipant.
- Parameters:
participant
- : participant to writegeneralParticipantDetectionMethod
- : the experiment participant identification method which can be overridden by the participant- Throws:
MIIOException
- if any.
-
-