Package psidev.psi.mi.jami.model
Interface CausalRelationship
-
- All Known Subinterfaces:
ExtendedPsiXmlCausalRelationship
- All Known Implementing Classes:
DefaultCausalRelationship
,MitabCausalRelationship
,XmlCausalRelationship
public interface CausalRelationship
These relationship types denote a causal relationship, or the absence of a causal relationship between a subject and an object term- Since:
21/05/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CvTerm
getRelationType()
The relation type with the participant target.Entity
getTarget()
The participant/entity target of this causalRelationship.
-
-
-
Method Detail
-
getRelationType
CvTerm getRelationType()
The relation type with the participant target. It is a controlled vocabulary term and cannot be null- Returns:
- the relationType
-
getTarget
Entity getTarget()
The participant/entity target of this causalRelationship. It cannot be null.- Returns:
- the participant/entity target
-
-