Interface PsiXmlCausalRelationshipWriter
-
- All Known Implementing Classes:
XmlCausalRelationshipWriter
,XmlCausalRelationshipWriter
public interface PsiXmlCausalRelationshipWriter
Interface for writers of PSI-XML causal relationships elements It asks for the participant source in addition to the causal relationship- Since:
11/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
write(CausalRelationship object, Participant source)
write.
-
-
-
Method Detail
-
write
void write(CausalRelationship object, Participant source) throws MIIOException
write.
- Parameters:
object
- aCausalRelationship
object.source
- the source of the causal relationship. It cannot be null- Throws:
MIIOException
- if any.
-
-