Interface ExtendedPsiXmlModelledInteraction
-
- All Superinterfaces:
ExtendedPsiXmlInteraction<ModelledParticipant>
,FileSourceContext
,Interaction<ModelledParticipant>
,ModelledInteraction
,NamedInteraction<ModelledParticipant>
,PsiXmlInteraction<ModelledParticipant>
- All Known Implementing Classes:
AbstractXmlComplex
,AbstractXmlComplex
,AbstractXmlComplex
,AbstractXmlModelledInteraction
,AbstractXmlModelledInteraction
,AbstractXmlModelledInteraction
,DefaultXmlComplex
,DefaultXmlComplex
,DefaultXmlComplex
,DefaultXmlModelledInteraction
,DefaultXmlModelledInteraction
,DefaultXmlModelledInteraction
,XmlComplex
,XmlComplex
,XmlComplex
,XmlModelledBinaryInteraction
,XmlModelledBinaryInteractionWrapper
,XmlModelledInteraction
,XmlModelledInteraction
,XmlModelledInteractionComplexWrapper
,XmlModelledInteractionComplexWrapper
,XmlModelledInteractionComplexWrapper
public interface ExtendedPsiXmlModelledInteraction extends ExtendedPsiXmlInteraction<ModelledParticipant>, ModelledInteraction
Extended modelled interaction for PSI-XML 2,5 standards- Since:
29/10/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Field Summary
-
Fields inherited from interface psidev.psi.mi.jami.model.ModelledInteraction
ECO, ECO_MI
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Alias>
getAliases()
getAliases.List<Experiment>
getExperiments()
getExperiments.-
Methods inherited from interface psidev.psi.mi.jami.xml.model.extension.ExtendedPsiXmlInteraction
getInferredInteractions, getInteractionTypes
-
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.ModelledInteraction
getCooperativeEffects, getEvidenceType, getInteractionEvidences, getModelledConfidences, getModelledParameters, getSource, setEvidenceType, setSource
-
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
-
getExperiments
List<Experiment> getExperiments()
getExperiments.
- Returns:
- a
List
object.
-
getAliases
Collection<Alias> getAliases()
getAliases.
- Specified by:
getAliases
in interfaceExtendedPsiXmlInteraction<ModelledParticipant>
- Specified by:
getAliases
in interfaceNamedInteraction<ModelledParticipant>
- Specified by:
getAliases
in interfacePsiXmlInteraction<ModelledParticipant>
- Returns:
- a
Collection
object.
-
-