Codota Logo
XrefTag.getVersion
Code IndexAdd Codota to your IDE (free)

How to use
getVersion
method
in
uk.ac.ebi.intact.application.dataConversion.psiUpload.model.XrefTag

Best Java code snippets using uk.ac.ebi.intact.application.dataConversion.psiUpload.model.XrefTag.getVersion (Showing top 12 results out of 315)

  • Common ways to obtain XrefTag
private void myMethod () {
XrefTag x =
  • Codota IconIterator iterator;(XrefTag) iterator.next()
  • Codota IconConversion.psiUpload.parser.XrefParser XrefParser;Element root;XrefParser.processPrimaryRef(root)
  • Codota IconConversion.psiUpload.model.CellTypeTag cellTypeTag;cellTypeTag.getPsiDefinition()
  • Smart code suggestions by Codota
}
origin: uk.ac.ebi.intact.app/data-conversion

primaryXref.getVersion() );
primaryXref.getVersion() );
origin: uk.ac.ebi.intact.util/data-conversion

primaryXref.getVersion() );
primaryXref.getVersion() );
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

primaryXref.getVersion() );
primaryXref.getVersion() );
origin: uk.ac.ebi.intact.util/data-conversion

private static void createXref( Protein protein,
                XrefTag xrefTag,
                boolean identity ) throws IntactException {
  CvXrefQualifier qualifier = null;
  if ( identity ) {
    qualifier = ControlledVocabularyRepository.getIdentityQualifier();
  }
  CvDatabase database = XrefChecker.getCvDatabase( xrefTag.getDb() );
  if ( database == null ) {
    // failed to find the database, skip the Xref creation
  } else {
    InteractorXref xref = new InteractorXref( IntactContext.getCurrentInstance().getInstitution(),
               database,
               xrefTag.getId(),
               xrefTag.getSecondary(),
               xrefTag.getVersion(),
               qualifier );
    protein.addXref( xref );
    IntactContext.getCurrentInstance().getDataContext().getDaoFactory().getXrefDao().persist( xref );
  }
}
origin: uk.ac.ebi.intact.app/data-conversion

private static void createXref( Protein protein,
                XrefTag xrefTag,
                boolean identity ) throws IntactException {
  CvXrefQualifier qualifier = null;
  if ( identity ) {
    qualifier = ControlledVocabularyRepository.getIdentityQualifier();
  }
  CvDatabase database = XrefChecker.getCvDatabase( xrefTag.getDb() );
  if ( database == null ) {
    // failed to find the database, skip the Xref creation
  } else {
    InteractorXref xref = new InteractorXref( IntactContext.getCurrentInstance().getInstitution(),
               database,
               xrefTag.getId(),
               xrefTag.getSecondary(),
               xrefTag.getVersion(),
               qualifier );
    protein.addXref( xref );
    IntactContext.getCurrentInstance().getDataContext().getDaoFactory().getXrefDao().persist( xref );
  }
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

private static void createXref( Protein protein,
                XrefTag xrefTag,
                boolean identity ) throws IntactException {
  CvXrefQualifier qualifier = null;
  if ( identity ) {
    qualifier = ControlledVocabularyRepository.getIdentityQualifier();
  }
  CvDatabase database = XrefChecker.getCvDatabase( xrefTag.getDb() );
  if ( database == null ) {
    // failed to find the database, skip the Xref creation
  } else {
    InteractorXref xref = new InteractorXref( IntactContext.getCurrentInstance().getInstitution(),
               database,
               xrefTag.getId(),
               xrefTag.getSecondary(),
               xrefTag.getVersion(),
               qualifier );
    protein.addXref( xref );
    IntactContext.getCurrentInstance().getDataContext().getDaoFactory().getXrefDao().persist( xref );
  }
}
origin: uk.ac.ebi.intact.app/data-conversion

     bibRef.getId(),
     bibRef.getSecondary(),
     bibRef.getVersion(),
     ControlledVocabularyRepository.getPrimaryXrefQualifier() );
    xrefTag.getId(),
    xrefTag.getSecondary(),
    xrefTag.getVersion(),
    ControlledVocabularyRepository.getSeeAlsoXrefQualifier() );
xrefTag.getId(),
xrefTag.getSecondary(),
xrefTag.getVersion(),
null );
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

     bibRef.getId(),
     bibRef.getSecondary(),
     bibRef.getVersion(),
     ControlledVocabularyRepository.getPrimaryXrefQualifier() );
    xrefTag.getId(),
    xrefTag.getSecondary(),
    xrefTag.getVersion(),
    ControlledVocabularyRepository.getSeeAlsoXrefQualifier() );
xrefTag.getId(),
xrefTag.getSecondary(),
xrefTag.getVersion(),
null );
origin: uk.ac.ebi.intact.util/data-conversion

     bibRef.getId(),
     bibRef.getSecondary(),
     bibRef.getVersion(),
     ControlledVocabularyRepository.getPrimaryXrefQualifier() );
    xrefTag.getId(),
    xrefTag.getSecondary(),
    xrefTag.getVersion(),
    ControlledVocabularyRepository.getSeeAlsoXrefQualifier() );
xrefTag.getId(),
xrefTag.getSecondary(),
xrefTag.getVersion(),
null );
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

              xrefTag.getId(),
              xrefTag.getSecondary(),
              xrefTag.getVersion(),
              qualifier );
feature.addXref( xref );
origin: uk.ac.ebi.intact.util/data-conversion

              xrefTag.getId(),
              xrefTag.getSecondary(),
              xrefTag.getVersion(),
              qualifier );
feature.addXref( xref );
origin: uk.ac.ebi.intact.app/data-conversion

              xrefTag.getId(),
              xrefTag.getSecondary(),
              xrefTag.getVersion(),
              qualifier );
feature.addXref( xref );
uk.ac.ebi.intact.application.dataConversion.psiUpload.modelXrefTaggetVersion

Popular methods of XrefTag

  • <init>
  • equals
  • getDb
  • getId
  • getSecondary
  • getType
  • hashCode
  • isPrimaryRef

Popular in Java

  • Finding current android device location
  • findViewById (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • putExtra (Intent)
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • KeyStore (java.security)
    This class represents an in-memory collection of keys and certificates. It manages two types of entr
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • Notification (javax.management)
  • JComboBox (javax.swing)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now