Class LoadPowerInfrastructureRepositoryIntoBlackboardJobConfig
- java.lang.Object
-
- de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
-
- de.uka.ipd.sdq.workflow.extension.AbstractExtensionJobConfiguration
-
- org.palladiosimulator.simulizar.power.runconfig.LoadPowerInfrastructureRepositoryIntoBlackboardJobConfig
-
- All Implemented Interfaces:
de.uka.ipd.sdq.workflow.configuration.IJobConfiguration
,Cloneable
public class LoadPowerInfrastructureRepositoryIntoBlackboardJobConfig extends de.uka.ipd.sdq.workflow.extension.AbstractExtensionJobConfiguration
This class is the configuration for theLoadPowerInfrastructureRepositoryIntoBlackboardJob
.
-
-
Constructor Summary
Constructors Constructor Description LoadPowerInfrastructureRepositoryIntoBlackboardJobConfig(String infrastructureRepositoryPath)
Initializes a new instance of theLoadPowerInfrastructureRepositoryIntoBlackboardJobConfig
class with the given parameter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getErrorMessage()
String
getInfrastructureRepositoryPath()
Gets the path to the power infrastructure repository model to load.void
setDefaults()
In this case, the path to the power infrastructure repository model is set to the empty string.
-
-
-
Constructor Detail
-
LoadPowerInfrastructureRepositoryIntoBlackboardJobConfig
public LoadPowerInfrastructureRepositoryIntoBlackboardJobConfig(String infrastructureRepositoryPath)
Initializes a new instance of theLoadPowerInfrastructureRepositoryIntoBlackboardJobConfig
class with the given parameter.- Parameters:
infrastructureRepositoryPath
- A string containing the path to the power infrastructure repository model to load.
-
-
Method Detail
-
getInfrastructureRepositoryPath
public String getInfrastructureRepositoryPath()
Gets the path to the power infrastructure repository model to load.- Returns:
- A string containing the path to the power infrastructure repository model to load.
-
getErrorMessage
public String getErrorMessage()
- Specified by:
getErrorMessage
in interfacede.uka.ipd.sdq.workflow.configuration.IJobConfiguration
- Specified by:
getErrorMessage
in classde.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
-
setDefaults
public void setDefaults()
In this case, the path to the power infrastructure repository model is set to the empty string.- Specified by:
setDefaults
in interfacede.uka.ipd.sdq.workflow.configuration.IJobConfiguration
- Specified by:
setDefaults
in classde.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
-
-