Package psidev.psi.mi.jami.binary.impl
Class BinaryInteractionWrapper
- java.lang.Object
-
- psidev.psi.mi.jami.binary.impl.AbstractBinaryInteractionWrapper<Interaction<Participant>,Participant>
-
- psidev.psi.mi.jami.binary.impl.BinaryInteractionWrapper
-
- All Implemented Interfaces:
BinaryInteraction<Participant>
,Interaction<Participant>
public class BinaryInteractionWrapper extends AbstractBinaryInteractionWrapper<Interaction<Participant>,Participant>
Binary Wrapper for an Interaction- Since:
05/06/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description BinaryInteractionWrapper(Interaction interaction)
Constructor for BinaryInteractionWrapper.BinaryInteractionWrapper(Interaction interaction, CvTerm complexExpansion)
Constructor for BinaryInteractionWrapper.
-
Method Summary
-
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
-
-
-
-
Constructor Detail
-
BinaryInteractionWrapper
public BinaryInteractionWrapper(Interaction interaction)
Constructor for BinaryInteractionWrapper.
- Parameters:
interaction
- aInteraction
object.
-
BinaryInteractionWrapper
public BinaryInteractionWrapper(Interaction interaction, CvTerm complexExpansion)
Constructor for BinaryInteractionWrapper.
- Parameters:
interaction
- aInteraction
object.complexExpansion
- aCvTerm
object.
-
-