Interface ExtendedPsiXmlCausalRelationship
-
- All Superinterfaces:
CausalRelationship
- All Known Implementing Classes:
XmlCausalRelationship
public interface ExtendedPsiXmlCausalRelationship extends CausalRelationship
Extended causal relationship for XML 3.0. It contains a backreference to the source participant- Since:
30/05/14
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Entity
getSource()
getSource.-
Methods inherited from interface psidev.psi.mi.jami.model.CausalRelationship
getRelationType, getTarget
-
-
-
-
Method Detail
-
getSource
Entity getSource()
getSource.
- Returns:
- the participant source which cannot be null
-
-