Tabnine Logo
Participant.setInteractionRef
Code IndexAdd Tabnine to your IDE (free)

How to use
setInteractionRef
method
in
psidev.psi.mi.xml.model.Participant

Best Java code snippets using psidev.psi.mi.xml.model.Participant.setInteractionRef (Showing top 4 results out of 315)

origin: uk.ac.ebi.intact.dataexchange.psimi/intact-psixml-converters

  participant.setInteraction(interactor);
} else {
  participant.setInteractionRef(new InteractionRef(interactor.getId()));
origin: psidev.psi.mi/psi25-xml

participant.setInteractionRef( null );
origin: psidev.psi.mi/psi25-xml

mInteraction = factory.getInteractionDAO().retreive( jParticipant.getInteractionRef() );
if ( mInteraction == null ) {
  mParticipant.setInteractionRef( new InteractionRef( jParticipant.getInteractionRef() ) );
origin: psidev.psi.mi/psi25-xml

mInteraction = factory.getInteractionDAO().retreive( jParticipant.getInteractionRef() );
if ( mInteraction == null ) {
  mParticipant.setInteractionRef( new InteractionRef( jParticipant.getInteractionRef() ) );
psidev.psi.mi.xml.modelParticipantsetInteractionRef

Javadoc

Sets the value of the interactionRef property.

Popular methods of Participant

  • getInteractor
    Gets the value of the interactor property.
  • getExperimentalRoles
    Gets the value of the experimentalRoleList property.
  • getFeatures
    Gets the value of the featureList property.
  • getAttributes
    Gets the value of the attributeList property.
  • getBiologicalRole
    Gets the value of the biologicalRole property.
  • getExperimentalInteractors
    Gets the value of the experimentalInteractorList property.
  • getId
    Gets the value of the id property.
  • getInteraction
  • getParticipantIdentificationMethods
    Gets the value of the participantIdentificationMethodList property.
  • hasExperimentalRoles
    Check if the optional experimentalRoles is defined.
  • setBiologicalRole
    Sets the value of the biologicalRole property.
  • setInteractor
    Sets the value of the interactor property.
  • setBiologicalRole,
  • setInteractor,
  • <init>,
  • getConfidenceList,
  • getExperimentalPreparations,
  • getHostOrganisms,
  • getNames,
  • getParameters,
  • getXref,
  • hasAttributes

Popular in Java

  • Start an intent from android
  • getApplicationContext (Context)
  • getSharedPreferences (Context)
  • findViewById (Activity)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • String (java.lang)
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • JList (javax.swing)
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • 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