Class AlgorithmProfileHelper.ProfileData

java.lang.Object
eu.qualimaster.easy.extension.internal.AlgorithmProfileHelper.ProfileData
Enclosing class:
AlgorithmProfileHelper

public static class AlgorithmProfileHelper.ProfileData extends Object
Information describing a new profile pipeline.
Author:
Holger Eichelberger
  • Field Details

    • pipelineName

      private String pipelineName
    • pipeline

      private File pipeline
    • dataFile

      private File dataFile
    • controlFile

      private File controlFile
  • Constructor Details

    • ProfileData

      public ProfileData(String pipelineName, File pipeline, File dataFile, File controlFile)
      Creates a profile data instance (public for testing).
      Parameters:
      pipelineName - the name of the pipeline
      pipeline - the pipeline file
      dataFile - the data file
      controlFile - the control file
  • Method Details

    • getPipelineName

      public String getPipelineName()
      Returns the pipeline name.
      Returns:
      the pipeline name
    • getPipeline

      public File getPipeline()
      Returns the pipeline Jar.
      Returns:
      the pipeline Jar
    • getDataFile

      public File getDataFile()
      Returns the pipeline Jar.
      Returns:
      the pipeline Jar
    • getControlFile

      public File getControlFile()
      Returns the control file.
      Returns:
      the control file