Class ProtocomConfig


  • public class ProtocomConfig
    extends Object
    Config class for protocom TODO: Not in use.
    • Constructor Detail

      • ProtocomConfig

        public ProtocomConfig()
    • Method Detail

      • isWait

        public boolean isWait()
        Returns:
        the wait
      • setWait

        public void setWait​(boolean wait)
        Parameters:
        wait - the wait to set
      • getPropertyFile

        public String getPropertyFile()
        Returns:
        the propertyFile
      • setPropertyFile

        public void setPropertyFile​(String propertyFile)
        Parameters:
        propertyFile - the propertyFile to set
      • getDataDirectory

        public String getDataDirectory()
        Returns:
        the dataDirectory
      • setDataDirectory

        public void setDataDirectory​(String dataDirectory)
        Parameters:
        dataDirectory - the dataDirectory to set
      • getExperimentName

        public String getExperimentName()
        Returns:
        the experimentName
      • setExperimentName

        public void setExperimentName​(String experimentName)
        Parameters:
        experimentName - the experimentName to set
      • getUserCount

        public Long getUserCount()
        Returns:
        the userCount
      • setUserCount

        public void setUserCount​(Long userCount)
        Parameters:
        userCount - the userCount to set
      • getMaxMeasurements

        public Long getMaxMeasurements()
        Returns:
        the maxMeasurements
      • setMaxMeasurements

        public void setMaxMeasurements​(Long maxMeasurements)
        Parameters:
        maxMeasurements - the maxMeasurements to set
      • getWarmUpRuns

        public Long getWarmUpRuns()
        Returns:
        the warmUpRuns
      • setWarmUpRuns

        public void setWarmUpRuns​(Long warmUpRuns)
        Parameters:
        warmUpRuns - the warmUpRuns to set
      • getCalibrationPath

        public String getCalibrationPath()
        Returns:
        the calibrationPath
      • setCalibrationPath

        public void setCalibrationPath​(String calibrationPath)
        Parameters:
        calibrationPath - the calibrationPath to set
      • getRmiIP

        public String getRmiIP()
        Returns:
        the rmiIP
      • setRmiIP

        public void setRmiIP​(String rmiIP)
        Parameters:
        rmiIP - the rmiIP to set
      • getMainClass

        public Class<?> getMainClass()
        Returns:
        the mainClass
      • setMainClass

        public void setMainClass​(Class<?> mainClass)
        Parameters:
        mainClass - the mainClass to set
      • getSeed

        public Long getSeed()
        Returns:
        the seed
      • setSeed

        public void setSeed​(Long seed)
        Parameters:
        seed - the seed to set
      • isDebug

        public boolean isDebug()
        Returns:
        the debug
      • setDebug

        public void setDebug​(boolean debug)
        Parameters:
        debug - the debug to set
      • isPassive

        public boolean isPassive()
        Returns:
        the passive
      • setPassive

        public void setPassive​(boolean passive)
        Parameters:
        passive - the passive to set
      • isWarmupOnly

        public boolean isWarmupOnly()
        Returns:
        the warmupOnly
      • setWarmupOnly

        public void setWarmupOnly​(boolean warmupOnly)
        Parameters:
        warmupOnly - the warmupOnly to set