Class RunRecord


  • public class RunRecord
    extends Object
    The class represents the structure of run record where the run quantitative information are recorded
    Since:
    1.0
    Version:
    1.0
    Author:
    Mofeed Hassan (mounir@informatik.uni-leipzig.de)
    • Constructor Detail

      • RunRecord

        public RunRecord()
      • RunRecord

        public RunRecord​(long runId,
                         double runTime)
        Parameters:
        runId - the id of the run
        runTime - the time duration recorded by the run
      • RunRecord

        public RunRecord​(long runId,
                         double runTime,
                         double runMemory)
        Parameters:
        runId - the id of the run
        runTime - the time duration recorded by the run
        runMemory - the size of the utilized memory
      • RunRecord

        public RunRecord​(long runId,
                         double runTime,
                         double runMemory,
                         double linkSpecSize)
    • Method Detail

      • getRunId

        public long getRunId()
      • setRunId

        public void setRunId​(long runId)
      • getRunTime

        public double getRunTime()
      • setRunTime

        public void setRunTime​(double runTime)
      • getRunMemory

        public double getRunMemory()
      • setRunMemory

        public void setRunMemory​(double runMemory)
      • getLinkSpecSize

        public double getLinkSpecSize()
      • setLinkSpecSize

        public void setLinkSpecSize​(double linkSpecSize)
      • getRunTimeVariance

        public double getRunTimeVariance()
      • setRunTimeVariance

        public void setRunTimeVariance​(double runTimeVariance)
      • getRunMemoryVariance

        public double getRunMemoryVariance()
      • setRunMemoryVariance

        public void setRunMemoryVariance​(double runMemoryVariance)
      • getLinkSpecSizeVariance

        public double getLinkSpecSizeVariance()
      • setLinkSpecSizeVariance

        public void setLinkSpecSizeVariance​(double linkSpecSizeVariance)