Tabnine Logo
AnnotatedObject.addXref
Code IndexAdd Tabnine to your IDE (free)

How to use
addXref
method
in
uk.ac.ebi.intact.model.AnnotatedObject

Best Java code snippets using uk.ac.ebi.intact.model.AnnotatedObject.addXref (Showing top 5 results out of 315)

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

private static <X extends Xref> void addXref(DbReference dbReference, AnnotatedObject<X, ?> annotatedObject, XrefConverter<X> xrefConverter) {
  X xref = xrefConverter.psiToIntact(dbReference);
  annotatedObject.addXref(xref);
  if (annotatedObject instanceof Institution) {
    xref.setOwner((Institution)annotatedObject);
  } else if (xref instanceof CvObjectXref && xref.getCvXrefQualifier() != null) {
    ((CvObjectXref)xref).prepareParentMi();
  }
}
origin: uk.ac.ebi.intact.core/intact-core-readonly

target.addXref( xref );
origin: uk.ac.ebi.intact.core/intact-core

target.addXref( xref );
origin: uk.ac.ebi.intact.core/intact-core-readonly

clone.addXref(clone(xref));
origin: uk.ac.ebi.intact.core/intact-core

clone.addXref(clone(xref));
uk.ac.ebi.intact.modelAnnotatedObjectaddXref

Popular methods of AnnotatedObject

  • getAnnotations
  • getAc
  • getShortLabel
  • getXrefs
  • getAliases
  • getOwner
  • getFullName
  • getCreated
  • addAnnotation
  • setOwner
  • addAlias
  • setAc
  • addAlias,
  • setAc,
  • setFullName,
  • setShortLabel,
  • getCreator,
  • removeAlias,
  • removeAnnotation,
  • removeXref,
  • setCreated

Popular in Java

  • Running tasks concurrently on multiple threads
  • notifyDataSetChanged (ArrayAdapter)
  • startActivity (Activity)
  • getResourceAsStream (ClassLoader)
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • Option (scala)
  • 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