Tabnine Logo
Publication.addExperiment
Code IndexAdd Tabnine to your IDE (free)

How to use
addExperiment
method
in
psidev.psi.mi.jami.model.Publication

Best Java code snippets using psidev.psi.mi.jami.model.Publication.addExperiment (Showing top 1 results out of 315)

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

public void setPublicationAndAddExperiment(Publication publication) {
  if (this.publication != null){
    this.publication.removeExperiment(this);
  }
  if (publication != null){
    publication.addExperiment(this);
  }
}
psidev.psi.mi.jami.modelPublicationaddExperiment

Javadoc

This method will add the experiment and set the publication of the new experiment to this current publication

Popular methods of Publication

  • getIdentifiers
    The publication identifiers. Usually a publication only has one pubmed id or DOI number, but it coul
  • getImexId
    IMEx identifier of the publication if it has been registered in IMEx central as a publication curate
  • getAuthors
    The List of authors with the same order as it appears in the publication. It cannot be null. If the
  • getSource
    The source which curated this publication. It can be an organization, institute, ... It can be null
  • getAnnotations
    Other publication annotations which can give more information about the curated publication. It cann
  • getPublicationDate
    The date of publication. It can be null if not published
  • getTitle
    The publication title. It can be null.
  • getXrefs
    Other cross references which give more information about the publication. It cannot be null. If the
  • getCurationDepth
    The curation depth for this publication. If the curation depth is undefined, the method should not r
  • getDoi
    The doi number which identifies the publication. It is a shortcut for the first doi in the collectio
  • getExperiments
    The curated experiments which have been described in the publication. It cannot be null. If no exper
  • getPubmedId
    The pubmed identifier which identifies the publication. It is a shortcut for the first pubmed identi
  • getExperiments,
  • getPubmedId,
  • getReleasedDate,
  • setCurationDepth,
  • setJournal,
  • setPublicationDate,
  • setSource,
  • setTitle,
  • addAllExperiments

Popular in Java

  • Making http post requests using okhttp
  • getSupportFragmentManager (FragmentActivity)
  • onCreateOptionsMenu (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • Top plugins for Android Studio
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