Interface ExtendedPsiXmlModelledInteraction
-
- All Superinterfaces:
Complex
,FileSourceContext
,Interaction<ModelledParticipant>
,Interactor
,ModelledInteraction
,NamedInteraction<ModelledParticipant>
,PsiXmlInteraction<ModelledParticipant>
- All Known Implementing Classes:
XmlModelledBinaryInteraction
,XmlModelledBinaryInteractionWrapper
,XmlModelledInteraction
public interface ExtendedPsiXmlModelledInteraction extends PsiXmlInteraction<ModelledParticipant>, Complex
Extended 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.Complex
COMPLEX, COMPLEX_MI
-
Fields inherited from interface psidev.psi.mi.jami.model.Interactor
UNKNOWN_INTERACTOR, UNKNOWN_INTERACTOR_MI
-
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<BindingFeatures>
getBindingFeatures()
getBindingFeatures.List<ExtendedPsiXmlCausalRelationship>
getCausalRelationships()
getCausalRelationships.-
Methods inherited from interface psidev.psi.mi.jami.model.Complex
assignComplexAc, assignComplexAc, getComparableParticipants, getComplexAc, getComplexVersion, getPhysicalProperties, getRecommendedName, getSystematicName, setPhysicalProperties, setRecommendedName, setSystematicName
-
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.Interactor
getAnnotations, getChecksums, getFullName, getIdentifiers, getInteractorType, getOrganism, getPreferredIdentifier, getPreferredName, getShortName, getXrefs, setFullName, setInteractorType, setOrganism, setShortName
-
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
-
getBindingFeatures
List<BindingFeatures> getBindingFeatures()
getBindingFeatures.
- Returns:
- a
List
object.
-
getCausalRelationships
List<ExtendedPsiXmlCausalRelationship> getCausalRelationships()
getCausalRelationships.
- Returns:
- a
List
object.
-
getAliases
Collection<Alias> getAliases()
getAliases.
- Specified by:
getAliases
in interfaceInteractor
- Specified by:
getAliases
in interfaceNamedInteraction<ModelledParticipant>
- Specified by:
getAliases
in interfacePsiXmlInteraction<ModelledParticipant>
- Returns:
- a
Collection
object.
-
-