Package psidev.psi.mi.jami.binary
Interface BinaryInteractionEvidence
-
- All Superinterfaces:
BinaryInteraction<ParticipantEvidence>
,Interaction<ParticipantEvidence>
,InteractionEvidence
- All Known Implementing Classes:
AbstractXmlBinaryInteractionEvidence
,BinaryInteractionEvidenceWrapper
,CsvBinaryInteractionEvidence
,DefaultBinaryInteractionEvidence
,DefaultNamedBinaryInteractionEvidence
,MitabBinaryInteractionEvidence
,XmlBinaryInteractionEvidence
,XmlBinaryInteractionEvidence
,XmlBinaryInteractionEvidence
,XmlBinaryInteractionEvidenceWrapper
,XmlBinaryInteractionEvidenceWrapper
public interface BinaryInteractionEvidence extends BinaryInteraction<ParticipantEvidence>, InteractionEvidence
A BinaryInteractionEvidence is an InteractionEvidence with only two participants- Since:
04/06/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
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.InteractionEvidence
assignImexId, getAvailability, getConfidences, getExperiment, getImexId, getParameters, getVariableParameterValues, isInferred, isNegative, setAvailability, setExperiment, setExperimentAndAddInteractionEvidence, setInferred, setNegative
-
-