Codota Logo
ProteinInteractorTag.hasUniProtXref
Code IndexAdd Codota to your IDE (free)

How to use
hasUniProtXref
method
in
uk.ac.ebi.intact.application.dataConversion.psiUpload.model.ProteinInteractorTag

Best Java code snippets using uk.ac.ebi.intact.application.dataConversion.psiUpload.model.ProteinInteractorTag.hasUniProtXref (Showing top 9 results out of 315)

  • Common ways to obtain ProteinInteractorTag
private void myMethod () {
ProteinInteractorTag p =
  • Codota IconConversion.psiUpload.model.ProteinParticipantTag proteinParticipant;proteinParticipant.getProteinInteractor()
  • Codota IconMap map;Object key;(ProteinInteractorTag) map.get(key)
  • Codota IconConversion.psiUpload.parser.ParticipantListParser participantListParser;Object key;(ProteinInteractorTag) participantListParser.getInteractors().get(key)
  • Smart code suggestions by Codota
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

/**
 * a protein is from uniprot only if the attached ProteinInteractorTag answers true to that question.
 * @return
 */
public boolean isUniprot() {
  if( proteinInteractor != null ) {
    return proteinInteractor.hasUniProtXref();
  }
  return false;
}
origin: uk.ac.ebi.intact.app/data-conversion

/**
 * a protein is from uniprot only if the attached ProteinInteractorTag answers true to that question.
 * @return
 */
public boolean isUniprot() {
  if( proteinInteractor != null ) {
    return proteinInteractor.hasUniProtXref();
  }
  return false;
}
origin: uk.ac.ebi.intact.util/data-conversion

/**
 * a protein is from uniprot only if the attached ProteinInteractorTag answers true to that question.
 * @return
 */
public boolean isUniprot() {
  if( proteinInteractor != null ) {
    return proteinInteractor.hasUniProtXref();
  }
  return false;
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

  public String toString() {

    String s = null;
    if ( hasUniProtXref() ) {
      s = "ProteinInteractorTag{" +
        "organism=" + organism +
        ", uniprotXref=" + primaryXref +
        "}";

    } else {

      s = "ProteinInteractorTag{" +
        "shortlabel='" + shortlabel + "'" +
        ", fullname='" + fullname + "'" +
        ", organism=" + organism +
        ", primaryXref=" + primaryXref +
        ", secondaryXrefs=" + secondaryXrefs +
        ", aliases=" + aliases +
        ", sequence='" + sequence + "'" +
        "}";
    }

    return s;
  }
}
origin: uk.ac.ebi.intact.util/data-conversion

  public String toString() {

    String s = null;
    if ( hasUniProtXref() ) {
      s = "ProteinInteractorTag{" +
        "organism=" + organism +
        ", uniprotXref=" + primaryXref +
        "}";

    } else {

      s = "ProteinInteractorTag{" +
        "shortlabel='" + shortlabel + "'" +
        ", fullname='" + fullname + "'" +
        ", organism=" + organism +
        ", primaryXref=" + primaryXref +
        ", secondaryXrefs=" + secondaryXrefs +
        ", aliases=" + aliases +
        ", sequence='" + sequence + "'" +
        "}";
    }

    return s;
  }
}
origin: uk.ac.ebi.intact.app/data-conversion

  public String toString() {

    String s = null;
    if ( hasUniProtXref() ) {
      s = "ProteinInteractorTag{" +
        "organism=" + organism +
        ", uniprotXref=" + primaryXref +
        "}";

    } else {

      s = "ProteinInteractorTag{" +
        "shortlabel='" + shortlabel + "'" +
        ", fullname='" + fullname + "'" +
        ", organism=" + organism +
        ", primaryXref=" + primaryXref +
        ", secondaryXrefs=" + secondaryXrefs +
        ", aliases=" + aliases +
        ", sequence='" + sequence + "'" +
        "}";
    }

    return s;
  }
}
origin: uk.ac.ebi.intact.util/data-conversion

if ( ! proteinInteractor.hasUniProtXref() ) {
origin: uk.ac.ebi.intact.app/data-conversion

if ( ! proteinInteractor.hasUniProtXref() ) {
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

if ( ! proteinInteractor.hasUniProtXref() ) {
uk.ac.ebi.intact.application.dataConversion.psiUpload.modelProteinInteractorTaghasUniProtXref

Popular methods of ProteinInteractorTag

  • <init>
  • equals
  • getOrganism
  • getPrimaryXref
  • getSecondaryXrefs
  • getSequence
  • getShortlabel
  • hashCode

Popular in Java

  • Start an intent from android
  • getSharedPreferences (Context)
  • addToBackStack (FragmentTransaction)
  • onCreateOptionsMenu (Activity)
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • MalformedURLException (java.net)
    Thrown to indicate that a malformed URL has occurred. Either no legal protocol could be found in a s
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • JComboBox (javax.swing)
  • JFileChooser (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