Tabnine Logo
Interaction.addParticipant
Code IndexAdd Tabnine to your IDE (free)

How to use
addParticipant
method
in
psidev.psi.mi.jami.model.Interaction

Best Java code snippets using psidev.psi.mi.jami.model.Interaction.addParticipant (Showing top 2 results out of 315)

origin: psidev.psi.mi.jami/jami-mitab

protected void addParticipant(Participant participant, Interaction interaction) {
  interaction.addParticipant(participant);
}
origin: psidev.psi.mi.jami/jami-core

public void setInteractionAndAddParticipant(I interaction) {
  if (this.interaction != null){
    this.interaction.removeParticipant(this);
  }
  if (interaction != null){
    interaction.addParticipant(this);
  }
}
psidev.psi.mi.jami.modelInteractionaddParticipant

Javadoc

This method will add the participant and set the interaction of the new participant to this current interaction

Popular methods of Interaction

  • getIdentifiers
    The identifiers for an interaction. The Collection cannot be null. If the interaction does not have
  • getInteractionType
    The interaction type is a controlled vocabulary term. It can be null. Ex: direct interaction, associ
  • getParticipants
    The collection of participants involved in this interaction. The collection cannot be null. If the i
  • getXrefs
    The external cross references for an interaction. The Collection cannot be null. If the interaction
  • getAnnotations
    The Collection of annotations describing the interaction. The Collection cannot be null. If the inte
  • getChecksums
    Set of checksums computed for this interaction.. The Collection cannot be null so when an interactio
  • getShortName
    The short name of the interaction. It can be null. Ex: foxc1-flna, ...
  • setCreatedDate
    Sets the created date
  • setInteractionType
    Sets the interaction type.
  • setUpdatedDate
    Sets the last update date
  • getCreatedDate
    The creation date. It can be null if not relevant or not known.
  • getRigid
    The checksum computed from the rogids from all the proteins involved in the interaction. It is only
  • getCreatedDate,
  • getRigid,
  • getUpdatedDate,
  • removeParticipant,
  • setRigid,
  • setShortName

Popular in Java

  • Reading from database using SQL prepared statement
  • getResourceAsStream (ClassLoader)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • setContentView (Activity)
  • Permission (java.security)
    Legacy security code; do not use.
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • JOptionPane (javax.swing)
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now