congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
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

  • Reactive rest calls using spring rest template
  • scheduleAtFixedRate (Timer)
  • findViewById (Activity)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • JFrame (javax.swing)
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • PhpStorm for WordPress
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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