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
Listobject.
-
getCausalRelationships
List<ExtendedPsiXmlCausalRelationship> getCausalRelationships()
getCausalRelationships.
- Returns:
- a
Listobject.
-
getAliases
Collection<Alias> getAliases()
getAliases.
- Specified by:
getAliasesin interfaceInteractor- Specified by:
getAliasesin interfaceNamedInteraction<ModelledParticipant>- Specified by:
getAliasesin interfacePsiXmlInteraction<ModelledParticipant>- Returns:
- a
Collectionobject.
-
-