Class XmlBinaryInteractionWrapper
- java.lang.Object
-
- psidev.psi.mi.jami.xml.model.extension.binary.XmlBinaryInteractionWrapper
-
- All Implemented Interfaces:
BinaryInteraction<Participant>,FileSourceContext,Interaction<Participant>,NamedInteraction<Participant>,ExtendedPsiXmlInteraction<Participant>,PsiXmlInteraction<Participant>
public class XmlBinaryInteractionWrapper extends Object implements BinaryInteraction<Participant>, FileSourceContext, ExtendedPsiXmlInteraction<Participant>
Wrapper for ModelledBinaryInteraction- Since:
16/10/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description XmlBinaryInteractionWrapper(ExtendedPsiXmlInteraction interaction)Constructor for XmlBinaryInteractionWrapper.XmlBinaryInteractionWrapper(ExtendedPsiXmlInteraction interaction, CvTerm complexExpansion)Constructor for XmlBinaryInteractionWrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaddAllParticipants(Collection<? extends Participant> participants)This method will add all the participant and set the interaction of the new participant to this current interactionbooleanaddParticipant(Participant part)This method will add the participant and set the interaction of the new participant to this current interactionCollection<Alias>getAliases()getAliases.Collection<Annotation>getAnnotations()The Collection of annotations describing the interaction.CvTermgetCausalRegulatoryMechanism()getCausalRegulatoryMechanism.Collection<Checksum>getChecksums()Set of checksums computed for this interaction..CvTermgetComplexExpansion()getComplexExpansion.DategetCreatedDate()The creation date.EntrygetEntry()getEntry.StringgetFullName()The full name of the interaction.intgetId()getId.Collection<Xref>getIdentifiers()The identifiers for an interaction.List<AbstractInferredInteraction>getInferredInteractions()getInferredInteractions.CvTermgetInteractionType()The interaction type is a controlled vocabulary term.List<CvTerm>getInteractionTypes()getInteractionTypes.ParticipantgetParticipantA()getParticipantA.ParticipantgetParticipantB()getParticipantB.Collection<Participant>getParticipants()The collection of participants involved in this interaction.StringgetRigid()The checksum computed from the rogids from all the proteins involved in the interaction.StringgetShortName()The short name of the interaction.FileSourceLocatorgetSourceLocator()The locator of a position in a file.DategetUpdatedDate()The last update date.Collection<Xref>getXrefs()The external cross references for an interaction.booleanisIntraMolecular()isIntraMolecular.booleanremoveAllParticipants(Collection<? extends Participant> participants)This method will remove the participant and set the interaction of the removed participant to null.booleanremoveParticipant(Participant part)This method will remove the participant and set the interaction of the new participant to nullvoidsetCausalRegulatoryMechanism(CvTerm causalRegulatoryMechanism)Sets the causal regulatory mechanism of this binary interactionvoidsetComplexExpansion(CvTerm expansion)Sets the complex expansion of this binary interactionvoidsetCreatedDate(Date created)Sets the created datevoidsetEntry(Entry entry)setEntry.voidsetFullName(String name)Sets the full name of the interactionvoidsetId(int id)setId.voidsetInteractionType(CvTerm term)Sets the interaction type.voidsetIntraMolecular(boolean intra)setIntraMolecular.voidsetParticipantA(Participant participantA)Sets the first participant of this interactionvoidsetParticipantB(Participant participantB)Sets the second participant of this interactionvoidsetRigid(String rigid)Sets the rigid of this interaction.voidsetShortName(String name)Sets the short name of the interactionvoidsetSourceLocator(FileSourceLocator locator)Sets the source locatorvoidsetUpdatedDate(Date updated)Sets the last update dateStringtoString()toString
-
-
-
Constructor Detail
-
XmlBinaryInteractionWrapper
public XmlBinaryInteractionWrapper(ExtendedPsiXmlInteraction interaction)
Constructor for XmlBinaryInteractionWrapper.
- Parameters:
interaction- aExtendedPsiXmlInteractionobject.
-
XmlBinaryInteractionWrapper
public XmlBinaryInteractionWrapper(ExtendedPsiXmlInteraction interaction, CvTerm complexExpansion)
Constructor for XmlBinaryInteractionWrapper.
- Parameters:
interaction- aExtendedPsiXmlInteractionobject.complexExpansion- aCvTermobject.
-
-
Method Detail
-
getParticipantA
public Participant getParticipantA()
getParticipantA.
- Specified by:
getParticipantAin interfaceBinaryInteraction<Participant>- Returns:
- a
Participantobject.
-
getParticipantB
public Participant getParticipantB()
getParticipantB.
- Specified by:
getParticipantBin interfaceBinaryInteraction<Participant>- Returns:
- a
Participantobject.
-
setParticipantA
public void setParticipantA(Participant participantA)
Sets the first participant of this interaction- Specified by:
setParticipantAin interfaceBinaryInteraction<Participant>- Parameters:
participantA- : the first participant
-
setParticipantB
public void setParticipantB(Participant participantB)
Sets the second participant of this interaction- Specified by:
setParticipantBin interfaceBinaryInteraction<Participant>- Parameters:
participantB- : the second participant
-
getComplexExpansion
public CvTerm getComplexExpansion()
getComplexExpansion.
- Specified by:
getComplexExpansionin interfaceBinaryInteraction<Participant>- Returns:
- a
CvTermobject.
-
setComplexExpansion
public void setComplexExpansion(CvTerm expansion)
Sets the complex expansion of this binary interaction- Specified by:
setComplexExpansionin interfaceBinaryInteraction<Participant>- Parameters:
expansion- : the complex expansion
-
getCausalRegulatoryMechanism
public CvTerm getCausalRegulatoryMechanism()
getCausalRegulatoryMechanism.
- Specified by:
getCausalRegulatoryMechanismin interfaceBinaryInteraction<Participant>- Returns:
- a
CvTermobject.
-
setCausalRegulatoryMechanism
public void setCausalRegulatoryMechanism(CvTerm causalRegulatoryMechanism)
Sets the causal regulatory mechanism of this binary interaction- Specified by:
setCausalRegulatoryMechanismin interfaceBinaryInteraction<Participant>- Parameters:
causalRegulatoryMechanism- : the complex regulatory mechanism CvTerm
-
getParticipants
public Collection<Participant> getParticipants()
The collection of participants involved in this interaction. The collection cannot be null. If the interaction does not involve any participants, the method should return an empty set. The collection of participants for this binary interaction. It cannot be changed.- Specified by:
getParticipantsin interfaceInteraction<Participant>- Returns:
- the particiants
-
addParticipant
public boolean addParticipant(Participant part)
This method will add the participant and set the interaction of the new participant to this current interaction Adds a new Participant and set the Interaction of this participant if added. If the participant B and A are null, it will first set the participantA. If the participantA is set, it will set the ParticipantB- Specified by:
addParticipantin interfaceInteraction<Participant>- Parameters:
part- : participant to add- Returns:
- true if participant is added to the list of participants
-
removeParticipant
public boolean removeParticipant(Participant part)
This method will remove the participant and set the interaction of the new participant to null Removes the Participant from this binary interaction- Specified by:
removeParticipantin interfaceInteraction<Participant>- Parameters:
part- : participant to remove- Returns:
- true if participant is removed from the list of participants
-
addAllParticipants
public boolean addAllParticipants(Collection<? extends Participant> participants)
This method will add all the participant and set the interaction of the new participant to this current interaction Adds the participants and set the Interaction of this participant if added. If the participant B and A are null, it will first set the participantA. If the participantA is set, it will set the ParticipantB- Specified by:
addAllParticipantsin interfaceInteraction<Participant>- Parameters:
participants- : participants to add- Returns:
- true if participant are added to the list of participants
-
removeAllParticipants
public boolean removeAllParticipants(Collection<? extends Participant> participants)
This method will remove the participant and set the interaction of the removed participant to null.- Specified by:
removeAllParticipantsin interfaceInteraction<Participant>- Parameters:
participants- : participants to remove- Returns:
- true if participant are removed from the list of participants
-
getFullName
public String getFullName()
The full name of the interaction. It can be null- Specified by:
getFullNamein interfaceNamedInteraction<Participant>- Returns:
- the full name
-
setFullName
public void setFullName(String name)
Sets the full name of the interaction- Specified by:
setFullNamein interfaceNamedInteraction<Participant>- Parameters:
name- : full name
-
getAliases
public Collection<Alias> getAliases()
getAliases.
- Specified by:
getAliasesin interfaceExtendedPsiXmlInteraction<Participant>- Specified by:
getAliasesin interfaceNamedInteraction<Participant>- Specified by:
getAliasesin interfacePsiXmlInteraction<Participant>- Returns:
- a
Collectionobject.
-
getInteractionTypes
public List<CvTerm> getInteractionTypes()
getInteractionTypes.
- Specified by:
getInteractionTypesin interfaceExtendedPsiXmlInteraction<Participant>- Returns:
- a
Listobject.
-
getEntry
public Entry getEntry()
getEntry.
- Specified by:
getEntryin interfacePsiXmlInteraction<Participant>- Returns:
- a
Entryobject.
-
setEntry
public void setEntry(Entry entry)
setEntry.
- Specified by:
setEntryin interfacePsiXmlInteraction<Participant>- Parameters:
entry- aEntryobject.
-
getInferredInteractions
public List<AbstractInferredInteraction> getInferredInteractions()
getInferredInteractions.
- Specified by:
getInferredInteractionsin interfaceExtendedPsiXmlInteraction<Participant>- Returns:
- a
Listobject.
-
getId
public int getId()
getId.
- Specified by:
getIdin interfacePsiXmlInteraction<Participant>- Returns:
- a int.
-
setId
public void setId(int id)
setId.
- Specified by:
setIdin interfacePsiXmlInteraction<Participant>- Parameters:
id- a int.
-
isIntraMolecular
public boolean isIntraMolecular()
isIntraMolecular.
- Specified by:
isIntraMolecularin interfacePsiXmlInteraction<Participant>- Returns:
- a boolean.
-
setIntraMolecular
public void setIntraMolecular(boolean intra)
setIntraMolecular.
- Specified by:
setIntraMolecularin interfacePsiXmlInteraction<Participant>- Parameters:
intra- a boolean.
-
getSourceLocator
public FileSourceLocator getSourceLocator()
The locator of a position in a file. It can be null- Specified by:
getSourceLocatorin interfaceFileSourceContext- Returns:
- the file locator
-
setSourceLocator
public void setSourceLocator(FileSourceLocator locator)
Sets the source locator- Specified by:
setSourceLocatorin interfaceFileSourceContext- Parameters:
locator- : the file locator
-
getShortName
public String getShortName()
The short name of the interaction. It can be null. Ex: foxc1-flna, ...- Specified by:
getShortNamein interfaceInteraction<Participant>- Returns:
- short name of the interaction
-
setShortName
public void setShortName(String name)
Sets the short name of the interaction- Specified by:
setShortNamein interfaceInteraction<Participant>- Parameters:
name- : short name
-
getRigid
public String getRigid()
The checksum computed from the rogids from all the proteins involved in the interaction. It is only relevant for protein-protein interactions. This is a shortcut to the first rigid in the list of checksums- Specified by:
getRigidin interfaceInteraction<Participant>- Returns:
- the rigid
-
setRigid
public void setRigid(String rigid)
Sets the rigid of this interaction. It will remove the previous rigid from the list of checksum and add the new one. If rigid is null, it will remove all the rigid in the list of checksum- Specified by:
setRigidin interfaceInteraction<Participant>- Parameters:
rigid- : the rigid
-
getIdentifiers
public Collection<Xref> getIdentifiers()
The identifiers for an interaction. The Collection cannot be null. If the interaction does not have any identifiers (IMEx is not among the identifiers), the method should return an emtpy Collection. Ex: original interaction database accession, ...- Specified by:
getIdentifiersin interfaceInteraction<Participant>- Returns:
- the xrefs
-
getXrefs
public Collection<Xref> getXrefs()
The external cross references for an interaction. The Collection cannot be null. If the interaction does not have any xrefs, the method should return an emtpy Collection. Ex: GO process xrefs, GO component xrefs, database accession that can identify the interaction, ...- Specified by:
getXrefsin interfaceInteraction<Participant>- Returns:
- the xrefs
-
getChecksums
public Collection<Checksum> getChecksums()
Set of checksums computed for this interaction.. The Collection cannot be null so when an interaction does not have a checksum, the method should return an empty Collection Ex: rigid:u1FCes02jPb3CGRj1aDkzpbSiuI9606, ...- Specified by:
getChecksumsin interfaceInteraction<Participant>- Returns:
- the set of checksums
-
getAnnotations
public Collection<Annotation> getAnnotations()
The Collection of annotations describing the interaction. The Collection cannot be null. If the interaction does not have any annotations, the method should return an empty Collection. Ex: figure-legend annotations, comments, cautions, ...- Specified by:
getAnnotationsin interfaceInteraction<Participant>- Returns:
- the annotations
-
getUpdatedDate
public Date getUpdatedDate()
The last update date. It can be null if not relevant or not known.- Specified by:
getUpdatedDatein interfaceInteraction<Participant>- Returns:
- the last update date
-
setUpdatedDate
public void setUpdatedDate(Date updated)
Sets the last update date- Specified by:
setUpdatedDatein interfaceInteraction<Participant>- Parameters:
updated- : last update date
-
getCreatedDate
public Date getCreatedDate()
The creation date. It can be null if not relevant or not known.- Specified by:
getCreatedDatein interfaceInteraction<Participant>- Returns:
- the last update date
-
setCreatedDate
public void setCreatedDate(Date created)
Sets the created date- Specified by:
setCreatedDatein interfaceInteraction<Participant>- Parameters:
created- : created date
-
getInteractionType
public CvTerm getInteractionType()
The interaction type is a controlled vocabulary term. It can be null. Ex: direct interaction, association, ...- Specified by:
getInteractionTypein interfaceInteraction<Participant>- Returns:
- the interaction type
-
setInteractionType
public void setInteractionType(CvTerm term)
Sets the interaction type.- Specified by:
setInteractionTypein interfaceInteraction<Participant>- Parameters:
term- : interaction type
-
toString
public String toString()
toString
- Specified by:
toStringin interfaceFileSourceContext- Overrides:
toStringin classObject- Returns:
- the file source context as a String. If the source locator is not null, it should give the source locator properties
-
-