Class LoadAdaptationBehaviorRepositoryIntoBlackboardJobConfig
java.lang.Object
org.palladiosimulator.simulizar.action.jobs.config.LoadAdaptationBehaviorRepositoryIntoBlackboardJobConfig
This class is the configuration for the
LoadAdaptationBehaviorRepositoryIntoBlackBoardJob
.- See Also:
-
LoadAdaptationBehaviorRepositoryIntoBlackboardJobConfigBuilder
-
Field Summary
-
Constructor Summary
ConstructorDescriptionLoadAdaptationBehaviorRepositoryIntoBlackboardJobConfig
(String adaptationBehaviorRepositoryPath) Initializes a new instance of theLoadAdaptationBehaviorRepositoryIntoBlackboardJobConfig
class with the given parameter. -
Method Summary
Modifier and TypeMethodDescriptionGets the path to the Action model to load.
-
Field Details
-
DEFAULT_ADAPTATION_BEHAVIOR_REPOSITORY_PATH
- See Also:
-
-
Constructor Details
-
LoadAdaptationBehaviorRepositoryIntoBlackboardJobConfig
public LoadAdaptationBehaviorRepositoryIntoBlackboardJobConfig(String adaptationBehaviorRepositoryPath) Initializes a new instance of theLoadAdaptationBehaviorRepositoryIntoBlackboardJobConfig
class with the given parameter.- Parameters:
actionRepositoryPath
- A string containing the path to the Action model to load.
-
-
Method Details
-
getAdaptationBehaviorRepositoryPath
Gets the path to the Action model to load.- Returns:
- A string containing the path to the Action model to load.
-