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.AbstractExtensionJobConfigurationThis class is the configuration for theLoadPowerInfrastructureRepositoryIntoBlackboardJob.
-
-
Constructor Summary
Constructors Constructor Description LoadPowerInfrastructureRepositoryIntoBlackboardJobConfig(String infrastructureRepositoryPath)Initializes a new instance of theLoadPowerInfrastructureRepositoryIntoBlackboardJobConfigclass with the given parameter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorMessage()StringgetInfrastructureRepositoryPath()Gets the path to the power infrastructure repository model to load.voidsetDefaults()
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 theLoadPowerInfrastructureRepositoryIntoBlackboardJobConfigclass 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:
getErrorMessagein interfacede.uka.ipd.sdq.workflow.configuration.IJobConfiguration- Specified by:
getErrorMessagein 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:
setDefaultsin interfacede.uka.ipd.sdq.workflow.configuration.IJobConfiguration- Specified by:
setDefaultsin classde.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
-
-