Package psidev.psi.mi.jami.binary
Interface ModelledBinaryInteraction
-
- All Superinterfaces:
BinaryInteraction<ModelledParticipant>
,Interaction<ModelledParticipant>
,ModelledInteraction
- All Known Implementing Classes:
DefaultModelledBinaryInteraction
,DefaultNamedModelledBinaryInteraction
,MitabModelledBinaryInteraction
,ModelledBinaryInteractionWrapper
,XmlModelledBinaryInteraction
,XmlModelledBinaryInteraction
,XmlModelledBinaryInteractionWrapper
,XmlModelledBinaryInteractionWrapper
public interface ModelledBinaryInteraction extends BinaryInteraction<ModelledParticipant>, ModelledInteraction
A ModelledBinary interaction is a ModelledInteraction with only two participants- Since:
04/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
-
-
Method Summary
-
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
-
Methods inherited from interface psidev.psi.mi.jami.model.ModelledInteraction
getCooperativeEffects, getEvidenceType, getInteractionEvidences, getModelledConfidences, getModelledParameters, getSource, setEvidenceType, setSource
-
-