Interface ExtendedPsiXmlInteractionEvidence
-
- All Superinterfaces:
ExtendedPsiXmlInteraction<ParticipantEvidence>
,ExtendedPsiXmlInteractionEvidence
,FileSourceContext
,Interaction<ParticipantEvidence>
,InteractionEvidence
,NamedInteraction<ParticipantEvidence>
,PsiXmlInteraction<ParticipantEvidence>
- All Known Implementing Classes:
XmlBinaryInteractionEvidence
,XmlBinaryInteractionEvidenceWrapper
,XmlInteractionEvidence
public interface ExtendedPsiXmlInteractionEvidence extends ExtendedPsiXmlInteractionEvidence
Extended interaction evidence for PSI-XML 2,5 standards- Since:
29/10/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ExtendedPsiXmlCausalRelationship>
getCausalRelationships()
getCausalRelationships.-
Methods inherited from interface psidev.psi.mi.jami.xml.model.extension.ExtendedPsiXmlInteraction
getInferredInteractions, getInteractionTypes
-
Methods inherited from interface psidev.psi.mi.jami.xml.model.extension.ExtendedPsiXmlInteractionEvidence
getAliases, getExperiments, getOriginalExperiments, getXmlAvailability, isModelled, setModelled, setXmlAvailability
-
Methods inherited from interface psidev.psi.mi.jami.datasource.FileSourceContext
getSourceLocator, setSourceLocator, toString
-
Methods inherited from interface psidev.psi.mi.jami.model.Interaction
addAllParticipants, addParticipant, getAnnotations, getChecksums, getCreatedDate, getIdentifiers, getInteractionType, getParticipants, getRigid, getShortName, getUpdatedDate, getXrefs, removeAllParticipants, removeParticipant, setCreatedDate, setInteractionType, setRigid, setShortName, setUpdatedDate
-
Methods inherited from interface psidev.psi.mi.jami.model.InteractionEvidence
assignImexId, getAvailability, getConfidences, getExperiment, getImexId, getParameters, getVariableParameterValues, isInferred, isNegative, setAvailability, setExperiment, setExperimentAndAddInteractionEvidence, setInferred, setNegative
-
Methods inherited from interface psidev.psi.mi.jami.model.NamedInteraction
getFullName, setFullName
-
Methods inherited from interface psidev.psi.mi.jami.xml.model.extension.PsiXmlInteraction
getEntry, getId, isIntraMolecular, setEntry, setId, setIntraMolecular
-
-
-
-
Method Detail
-
getCausalRelationships
List<ExtendedPsiXmlCausalRelationship> getCausalRelationships()
getCausalRelationships.
- Returns:
- a
List
object.
-
-