Package psidev.psi.mi.jami.binary.impl
Class ModelledBinaryInteractionWrapper
- java.lang.Object
-
- psidev.psi.mi.jami.binary.impl.AbstractBinaryInteractionWrapper<ModelledInteraction,ModelledParticipant>
-
- psidev.psi.mi.jami.binary.impl.ModelledBinaryInteractionWrapper
-
- All Implemented Interfaces:
BinaryInteraction<ModelledParticipant>,ModelledBinaryInteraction,Interaction<ModelledParticipant>,ModelledInteraction
public class ModelledBinaryInteractionWrapper extends AbstractBinaryInteractionWrapper<ModelledInteraction,ModelledParticipant> implements ModelledBinaryInteraction
A wrapper for ModelledInteraction which contains two participants- Since:
05/06/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
-
-
Constructor Summary
Constructors Constructor Description ModelledBinaryInteractionWrapper(ModelledInteraction interaction)Constructor for ModelledBinaryInteractionWrapper.ModelledBinaryInteractionWrapper(ModelledInteraction interaction, CvTerm complexExpansion)Constructor for ModelledBinaryInteractionWrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<CooperativeEffect>getCooperativeEffects()getCooperativeEffectsCvTermgetEvidenceType()getEvidenceTypeCollection<InteractionEvidence>getInteractionEvidences()getInteractionEvidencesCollection<ModelledConfidence>getModelledConfidences()getModelledConfidencesCollection<ModelledParameter>getModelledParameters()getModelledParametersSourcegetSource()getSourcevoidsetEvidenceType(CvTerm eco)Sets the evidence typevoidsetSource(Source source)Sets the source reporting the interaction.-
Methods inherited from class psidev.psi.mi.jami.binary.impl.AbstractBinaryInteractionWrapper
addAllParticipants, addParticipant, getAnnotations, getCausalRegulatoryMechanism, getChecksums, getComplexExpansion, getCreatedDate, getIdentifiers, getInteractionType, getParticipantA, getParticipantB, getParticipants, getRigid, getShortName, getUpdatedDate, getWrappedInteraction, getXrefs, removeAllParticipants, removeParticipant, setCausalRegulatoryMechanism, setComplexExpansion, setCreatedDate, setInteractionType, setParticipantA, setParticipantB, setRigid, setShortName, setUpdatedDate, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface psidev.psi.mi.jami.binary.BinaryInteraction
getCausalRegulatoryMechanism, getComplexExpansion, getParticipantA, getParticipantB, setCausalRegulatoryMechanism, setComplexExpansion, setParticipantA, setParticipantB
-
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
-
-
-
-
Constructor Detail
-
ModelledBinaryInteractionWrapper
public ModelledBinaryInteractionWrapper(ModelledInteraction interaction)
Constructor for ModelledBinaryInteractionWrapper.
- Parameters:
interaction- aModelledInteractionobject.
-
ModelledBinaryInteractionWrapper
public ModelledBinaryInteractionWrapper(ModelledInteraction interaction, CvTerm complexExpansion)
Constructor for ModelledBinaryInteractionWrapper.
- Parameters:
interaction- aModelledInteractionobject.complexExpansion- aCvTermobject.
-
-
Method Detail
-
getInteractionEvidences
public Collection<InteractionEvidence> getInteractionEvidences()
getInteractionEvidences
- Specified by:
getInteractionEvidencesin interfaceModelledInteraction- Returns:
- a
Collectionobject.
-
getSource
public Source getSource()
getSource
- Specified by:
getSourcein interfaceModelledInteraction- Returns:
- a
Sourceobject.
-
setSource
public void setSource(Source source)
Sets the source reporting the interaction.- Specified by:
setSourcein interfaceModelledInteraction- Parameters:
source- : source for this interaction
-
getEvidenceType
public CvTerm getEvidenceType()
getEvidenceType
- Specified by:
getEvidenceTypein interfaceModelledInteraction- Returns:
- a
CvTermobject.
-
setEvidenceType
public void setEvidenceType(CvTerm eco)
Sets the evidence type- Specified by:
setEvidenceTypein interfaceModelledInteraction- Parameters:
eco- : the evidence type
-
getModelledConfidences
public Collection<ModelledConfidence> getModelledConfidences()
getModelledConfidences
- Specified by:
getModelledConfidencesin interfaceModelledInteraction- Returns:
- a
Collectionobject.
-
getModelledParameters
public Collection<ModelledParameter> getModelledParameters()
getModelledParameters
- Specified by:
getModelledParametersin interfaceModelledInteraction- Returns:
- a
Collectionobject.
-
getCooperativeEffects
public Collection<CooperativeEffect> getCooperativeEffects()
getCooperativeEffects
- Specified by:
getCooperativeEffectsin interfaceModelledInteraction- Returns:
- a
Collectionobject.
-
-