Tabnine Logo
ExperimentListItem.getFilename
Code IndexAdd Tabnine to your IDE (free)

How to use
getFilename
method
in
uk.ac.ebi.intact.application.dataConversion.ExperimentListItem

Best Java code snippets using uk.ac.ebi.intact.application.dataConversion.ExperimentListItem.getFilename (Showing top 12 results out of 315)

origin: uk.ac.ebi.intact.app/data-conversion

@Override
public boolean equals(Object obj)
{
  if (obj == null)
  {
    return false;
  }
  ExperimentListItem eli = (ExperimentListItem) obj;
  return getFilename().equals(eli.getFilename()) && getPattern().equals(eli.getPattern());
}
origin: uk.ac.ebi.intact.app/data-conversion

@Override
public int hashCode()
{
  return 47*getFilename().hashCode()*getPattern().hashCode();
}
origin: uk.ac.ebi.intact.util/data-conversion

@Override
public boolean equals(Object obj)
{
  if (obj == null)
  {
    return false;
  }
  ExperimentListItem eli = (ExperimentListItem) obj;
  return getFilename().equals(eli.getFilename()) && getPattern().equals(eli.getPattern());
}
origin: uk.ac.ebi.intact.util/data-conversion

@Override
public int hashCode()
{
  return 47*getFilename().hashCode()*getPattern().hashCode();
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

@Override
public int hashCode()
{
  return 47*getFilename().hashCode()*getPattern().hashCode();
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

@Override
public boolean equals(Object obj)
{
  if (obj == null)
  {
    return false;
  }
  ExperimentListItem eli = (ExperimentListItem) obj;
  return getFilename().equals(eli.getFilename()) && getPattern().equals(eli.getPattern());
}
origin: uk.ac.ebi.intact.app/data-conversion

@Override
public String toString()
{
  return (getFilename()+" "+getPattern()+" "+getInteractionRange()).trim();
}
origin: uk.ac.ebi.intact.util/data-conversion

@Override
public String toString()
{
  return (getFilename()+" "+getPattern()+" "+getInteractionRange()).trim();
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

@Override
public String toString()
{
  return (getFilename()+" "+getPattern()+" "+getInteractionRange()).trim();
}
origin: uk.ac.ebi.intact.app/data-conversion

/**
 * Writes a file containing the PSI XML, for the information contained in the ExperimentListItem
 *
 * @param eli The ExperimentListItem, which contaisn information about the experiment to be fetched, the pagination and files
 * @param psiVersion The version of PSI to use
 * @param cvMapping The cv mapping
 * @param baseDir The base dir where to put the files
 * @param validate whether to validate the xml
 * @throws IOException thrown if there is some problem writing to the file
 * @return a psiValidatorReport
 */
public static PsiValidatorReport writePsiData(ExperimentListItem eli,
                PsiVersion psiVersion,
                CvMapping cvMapping,
                File baseDir, boolean validate) throws IOException
{
  File xmlFile = new File(baseDir, eli.getFilename());
  Document doc = generatePsiData(eli,psiVersion,cvMapping);
  if (doc == null)
  {
    return new PsiValidatorReport();
  }
  return writeFile(doc, xmlFile, validate);
}
origin: uk.ac.ebi.intact.dataexchange.psimi.legacy/data-conversion

/**
 * Writes a file containing the PSI XML, for the information contained in the ExperimentListItem
 *
 * @param eli The ExperimentListItem, which contaisn information about the experiment to be fetched, the pagination and files
 * @param psiVersion The version of PSI to use
 * @param cvMapping The cv mapping
 * @param baseDir The base dir where to put the files
 * @param validate whether to validate the xml
 * @throws IOException thrown if there is some problem writing to the file
 * @return a psiValidatorReport
 */
public static PsiValidatorReport writePsiData(ExperimentListItem eli,
                PsiVersion psiVersion,
                CvMapping cvMapping,
                File baseDir, boolean validate) throws IOException
{
  File xmlFile = new File(baseDir, eli.getFilename());
  Document doc = generatePsiData(eli,psiVersion,cvMapping);
  if (doc == null)
  {
    return new PsiValidatorReport();
  }
  return writeFile(doc, xmlFile, validate);
}
origin: uk.ac.ebi.intact.util/data-conversion

/**
 * Writes a file containing the PSI XML, for the information contained in the ExperimentListItem
 *
 * @param eli The ExperimentListItem, which contaisn information about the experiment to be fetched, the pagination and files
 * @param psiVersion The version of PSI to use
 * @param cvMapping The cv mapping
 * @param baseDir The base dir where to put the files
 * @param validate whether to validate the xml
 * @throws IOException thrown if there is some problem writing to the file
 * @return a psiValidatorReport
 */
public static PsiValidatorReport writePsiData(ExperimentListItem eli,
                PsiVersion psiVersion,
                CvMapping cvMapping,
                File baseDir, boolean validate) throws IOException
{
  File xmlFile = new File(baseDir, eli.getFilename());
  Document doc = generatePsiData(eli,psiVersion,cvMapping);
  if (doc == null)
  {
    return new PsiValidatorReport();
  }
  return writeFile(doc, xmlFile, validate);
}
uk.ac.ebi.intact.application.dataConversionExperimentListItemgetFilename

Popular methods of ExperimentListItem

  • <init>
  • getChunkNumber
  • getExperimentLabels
  • getInteractionRange
  • getLargeScaleChunkSize
  • getPattern
  • removeTrailingSlash
  • twoDigitNumber

Popular in Java

  • Reading from database using SQL prepared statement
  • getSystemService (Context)
  • onRequestPermissionsResult (Fragment)
  • setScale (BigDecimal)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • Callable (java.util.concurrent)
    A task that returns a result and may throw an exception. Implementors define a single method with no
  • Pattern (java.util.regex)
    Patterns are compiled regular expressions. In many cases, convenience methods such as String#matches
  • Runner (org.openjdk.jmh.runner)
  • 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