Class StrategyAllocationContext
java.lang.Object
org.palladiosimulator.simulizar.failurescenario.interpreter.dto.StrategyAllocationContext
Data Transfer Object to allocate a strategies internal fields.
-
Constructor Summary
ConstructorDescriptionStrategyAllocationContext
(ReferenceResolverSwitch referenceResolver, ScheduledResourceProviderSwitch resourceProvider, org.palladiosimulator.simulizar.runtimestate.PreInterpretationBehaviorManager pibManager, Occurrence occurrence) Creates a newStrategyAllocationContext
. -
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.simulizar.runtimestate.PreInterpretationBehaviorManager
-
Constructor Details
-
StrategyAllocationContext
public StrategyAllocationContext(ReferenceResolverSwitch referenceResolver, ScheduledResourceProviderSwitch resourceProvider, org.palladiosimulator.simulizar.runtimestate.PreInterpretationBehaviorManager pibManager, Occurrence occurrence) Creates a newStrategyAllocationContext
.- Parameters:
referenceResolver
-resourceProvider
-pibManager
-occurrence
-
-
-
Method Details
-
getReferenceResolver
-
getResourceProvider
-
getPibManager
public org.palladiosimulator.simulizar.runtimestate.PreInterpretationBehaviorManager getPibManager() -
getOccurrence
-