Class ProcessingParameters

java.lang.Object
com.compomics.util.parameters.tools.ProcessingParameters

public class ProcessingParameters extends Object
ProcessingPreferences.
Author:
Marc Vaudel
  • Constructor Details

    • ProcessingParameters

      public ProcessingParameters()
      Constructor.
  • Method Details

    • getnThreads

      public int getnThreads()
      Returns the number or threads to use.
      Returns:
      the number or threads to use
    • setnThreads

      public void setnThreads(int nThreads)
      Sets the number or threads to use.
      Parameters:
      nThreads - the number or threads to use
    • cachePercolatorFeatures

      public boolean cachePercolatorFeatures()
      Returns a boolean indicating whether Percolator features should be cached.
      Returns:
      A boolean indicating whether Percolator features should be cached.
    • setCachePercolatorFeatures

      public void setCachePercolatorFeatures(boolean cachePercolatorFeatures)
      Sets a boolean indicating whether Percolator features should be cached.
      Parameters:
      cachePercolatorFeatures - A boolean indicating whether Percolator features should be cached.
    • getProcessingType

      public ProcessingParameters.ProcessingType getProcessingType()
      Returns the processing type.
      Returns:
      the processing type
    • setProcessingType

      public void setProcessingType(ProcessingParameters.ProcessingType processingType)
      Sets the processing type.
      Parameters:
      processingType - the processing type