Tabnine Logo
uk.ac.ebi.intact.application.dataConversion.psiUpload.model
Code IndexAdd Tabnine to your IDE (free)

How to use uk.ac.ebi.intact.application.dataConversion.psiUpload.model

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

origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

  public String toString() {
    return "ExperimentWrapper{" +
        "experiment=" + experiment.getShortlabel() +
        ", shortlabel='" + shortlabel + "'" +
        "}";
  }
}
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.app/data-conversion

public boolean equals( final Object o ) {
  if ( this == o ) {
    return true;
  }
  if ( !( o instanceof InteractionTypeTag ) ) {
    return false;
  }
  final InteractionTypeTag interactionTypeTag = (InteractionTypeTag) o;
  if ( !psiDefinition.equals( interactionTypeTag.psiDefinition ) ) {
    return false;
  }
  return true;
}
origin: uk.ac.ebi.intact.app/data-conversion

public int hashCode() {
  int result;
  result = shortlabel.hashCode();
  result = 29 * result + fullname.hashCode();
  result = 29 * result + bibRef.hashCode();
  result = 29 * result + hostOrganism.hashCode();
  result = 29 * result + interactionDetection.hashCode();
  result = 29 * result + participantDetection.hashCode();
  result = 29 * result + ( xrefs != null ? xrefs.hashCode() : 0 );
  result = 29 * result + ( annotations != null ? annotations.hashCode() : 0 );
  result = 29 * result + ( additionalBibRef != null ? additionalBibRef.hashCode() : 0 );
  return result;
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

public int hashCode() {
  int result = 29 + ( shortlabel != null ? shortlabel.hashCode() : 0 );
  result = 29 * result + ( fullname != null ? fullname.hashCode() : 0 );
  result = 29 * result + ( xrefs != null ? xrefs.hashCode() : 0 );
  result = 29 * result + featureType.hashCode();
  result = 29 + ( featureDetection != null ? featureDetection.hashCode() : 0 );
  result = 29 * result + location.hashCode();
  return result;
}
origin: uk.ac.ebi.intact.util/data-conversion

public int hashCode() {
  int result;
  result = taxId.hashCode();
  result = 29 * result + ( cellType != null ? cellType.hashCode() : 0 );
  result = 29 * result + ( tissue != null ? tissue.hashCode() : 0 );
  return result;
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

public int hashCode() {
  int result;
  result = shortlabel.hashCode();
  result = 29 * result + fullname.hashCode();
  result = 29 * result + bibRef.hashCode();
  result = 29 * result + hostOrganism.hashCode();
  result = 29 * result + interactionDetection.hashCode();
  result = 29 * result + participantDetection.hashCode();
  result = 29 * result + ( xrefs != null ? xrefs.hashCode() : 0 );
  result = 29 * result + ( annotations != null ? annotations.hashCode() : 0 );
  result = 29 * result + ( additionalBibRef != null ? additionalBibRef.hashCode() : 0 );
  return result;
}
origin: uk.ac.ebi.intact.app/data-conversion

public int hashCode() {
  int result = 29 + ( shortlabel != null ? shortlabel.hashCode() : 0 );
  result = 29 * result + ( fullname != null ? fullname.hashCode() : 0 );
  result = 29 * result + ( xrefs != null ? xrefs.hashCode() : 0 );
  result = 29 * result + featureType.hashCode();
  result = 29 + ( featureDetection != null ? featureDetection.hashCode() : 0 );
  result = 29 * result + location.hashCode();
  return result;
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

public int hashCode() {
  int result;
  result = taxId.hashCode();
  result = 29 * result + ( cellType != null ? cellType.hashCode() : 0 );
  result = 29 * result + ( tissue != null ? tissue.hashCode() : 0 );
  return result;
}
origin: uk.ac.ebi.intact.util/data-conversion

  public String toString() {
    return "ExperimentWrapper{" +
        "experiment=" + experiment.getShortlabel() +
        ", shortlabel='" + shortlabel + "'" +
        "}";
  }
}
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 boolean equals( Object o ) {
  if ( this == o ) {
    return true;
  }
  if ( !( o instanceof FeatureTypeTag ) ) {
    return false;
  }
  final FeatureTypeTag featureTypeTag = (FeatureTypeTag) o;
  if ( psiDefinition != null ? !psiDefinition.equals( featureTypeTag.psiDefinition ) : featureTypeTag.psiDefinition != null ) {
    return false;
  }
  return true;
}
origin: uk.ac.ebi.intact.util/data-conversion

public int hashCode() {
  int result;
  result = shortlabel.hashCode();
  result = 29 * result + fullname.hashCode();
  result = 29 * result + bibRef.hashCode();
  result = 29 * result + hostOrganism.hashCode();
  result = 29 * result + interactionDetection.hashCode();
  result = 29 * result + participantDetection.hashCode();
  result = 29 * result + ( xrefs != null ? xrefs.hashCode() : 0 );
  result = 29 * result + ( annotations != null ? annotations.hashCode() : 0 );
  result = 29 * result + ( additionalBibRef != null ? additionalBibRef.hashCode() : 0 );
  return result;
}
origin: uk.ac.ebi.intact.util/data-conversion

public int hashCode() {
  int result = 29 + ( shortlabel != null ? shortlabel.hashCode() : 0 );
  result = 29 * result + ( fullname != null ? fullname.hashCode() : 0 );
  result = 29 * result + ( xrefs != null ? xrefs.hashCode() : 0 );
  result = 29 * result + featureType.hashCode();
  result = 29 + ( featureDetection != null ? featureDetection.hashCode() : 0 );
  result = 29 * result + location.hashCode();
  return result;
}
origin: uk.ac.ebi.intact.app/data-conversion

public int hashCode() {
  int result;
  result = taxId.hashCode();
  result = 29 * result + ( cellType != null ? cellType.hashCode() : 0 );
  result = 29 * result + ( tissue != null ? tissue.hashCode() : 0 );
  return result;
}
origin: uk.ac.ebi.intact.app/data-conversion

  public String toString() {
    return "ExperimentWrapper{" +
        "experiment=" + experiment.getShortlabel() +
        ", shortlabel='" + shortlabel + "'" +
        "}";
  }
}
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.util/data-conversion

public int hashCode() {
  int result;
  result = taxId.hashCode();
  result = 29 * result + ( cellType != null ? cellType.hashCode() : 0 );
  result = 29 * result + ( tissue != null ? tissue.hashCode() : 0 );
  return result;
}
origin: uk.ac.ebi.intact.app/data-conversion

public int hashCode() {
  int result;
  result = taxId.hashCode();
  result = 29 * result + ( cellType != null ? cellType.hashCode() : 0 );
  result = 29 * result + ( tissue != null ? tissue.hashCode() : 0 );
  return result;
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

public int hashCode() {
  int result;
  result = taxId.hashCode();
  result = 29 * result + ( cellType != null ? cellType.hashCode() : 0 );
  result = 29 * result + ( tissue != null ? tissue.hashCode() : 0 );
  return result;
}
uk.ac.ebi.intact.application.dataConversion.psiUpload.model

Most used classes

  • AnnotationTag
    That class . CAV1 was expressed as GST fusion in E. coli.CAV1 was expressed in MDCK cells. aa 61-101
  • CellTypeTag
    That class reflects what is needed to create an IntAct CvCellType.
  • ConfidenceTag
    That class reflects what is needed to create a specific IntAct Annotation related to the interactio
  • EntrySetTag
    That class reflects what is needed to create a set of IntAct Experiment
  • EntryTag
    That class reflects what is needed to create an IntAct Experiment (including interactions).
  • ExpressedInTag,
  • FeatureDetectionTag,
  • FeatureTag,
  • FeatureTypeTag,
  • HostOrganismTag,
  • InteractionDetectionTag,
  • InteractionTag,
  • InteractionTypeTag,
  • LocationIntervalTag,
  • LocationTag,
  • OrganismTag,
  • ParticipantDetectionTag,
  • ProteinHolder,
  • ProteinInteractorTag
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