Class ProtocomConfig
java.lang.Object
org.palladiosimulator.protocom.framework.java.se.config.ProtocomConfig
Config class for protocom
TODO: Not in use.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
getRmiIP()
getSeed()
boolean
isDebug()
boolean
boolean
isWait()
boolean
void
setCalibrationPath
(String calibrationPath) void
setDataDirectory
(String dataDirectory) void
setDebug
(boolean debug) void
setExperimentName
(String experimentName) void
setMainClass
(Class<?> mainClass) void
setMaxMeasurements
(Long maxMeasurements) void
setPassive
(boolean passive) void
setPropertyFile
(String propertyFile) void
void
void
setUserCount
(Long userCount) void
setWait
(boolean wait) void
setWarmupOnly
(boolean warmupOnly) void
setWarmUpRuns
(Long warmUpRuns)
-
Constructor Details
-
ProtocomConfig
public ProtocomConfig()
-
-
Method Details
-
isWait
public boolean isWait()- Returns:
- the wait
-
setWait
public void setWait(boolean wait) - Parameters:
wait
- the wait to set
-
getPropertyFile
- Returns:
- the propertyFile
-
setPropertyFile
- Parameters:
propertyFile
- the propertyFile to set
-
getDataDirectory
- Returns:
- the dataDirectory
-
setDataDirectory
- Parameters:
dataDirectory
- the dataDirectory to set
-
getExperimentName
- Returns:
- the experimentName
-
setExperimentName
- Parameters:
experimentName
- the experimentName to set
-
getUserCount
- Returns:
- the userCount
-
setUserCount
- Parameters:
userCount
- the userCount to set
-
getMaxMeasurements
- Returns:
- the maxMeasurements
-
setMaxMeasurements
- Parameters:
maxMeasurements
- the maxMeasurements to set
-
getWarmUpRuns
- Returns:
- the warmUpRuns
-
setWarmUpRuns
- Parameters:
warmUpRuns
- the warmUpRuns to set
-
getCalibrationPath
- Returns:
- the calibrationPath
-
setCalibrationPath
- Parameters:
calibrationPath
- the calibrationPath to set
-
getRmiIP
- Returns:
- the rmiIP
-
setRmiIP
- Parameters:
rmiIP
- the rmiIP to set
-
getMainClass
- Returns:
- the mainClass
-
setMainClass
- Parameters:
mainClass
- the mainClass to set
-
getSeed
- Returns:
- the seed
-
setSeed
- 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
-