Class AggregatedContextExternalCallActionHandler
- java.lang.Object
-
- org.palladiosimulator.solver.handler.ExternalCallActionHandler
-
- org.palladiosimulator.solver.handler.AggregatedContextExternalCallActionHandler
-
public class AggregatedContextExternalCallActionHandler extends ExternalCallActionHandler
Extends theExternalCallActionHandler
by overwritingExternalCallActionHandler.visitSEFF(ServiceEffectSpecification, ContextWrapper)
. Creates a newAggregatedContextSEFFVisitor
instead of a normalSeffVisitor
.
-
-
Constructor Summary
Constructors Constructor Description AggregatedContextExternalCallActionHandler(AggregatedContextSEFFVisitor seffVisitor, org.palladiosimulator.pcm.usagemodel.UsageScenario usageScenario)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.palladiosimulator.pcm.allocation.AllocationContext
getCalledAllocationContext()
org.palladiosimulator.pcm.core.composition.AssemblyContext
getCalledAssemblyCtxt()
org.palladiosimulator.pcm.seff.ServiceEffectSpecification
getCalledSEFF()
-
Methods inherited from class org.palladiosimulator.solver.handler.ExternalCallActionHandler
handle
-
-
-
-
Constructor Detail
-
AggregatedContextExternalCallActionHandler
public AggregatedContextExternalCallActionHandler(AggregatedContextSEFFVisitor seffVisitor, org.palladiosimulator.pcm.usagemodel.UsageScenario usageScenario)
-
-
Method Detail
-
getCalledSEFF
public org.palladiosimulator.pcm.seff.ServiceEffectSpecification getCalledSEFF()
-
getCalledAssemblyCtxt
public org.palladiosimulator.pcm.core.composition.AssemblyContext getCalledAssemblyCtxt()
-
getCalledAllocationContext
public org.palladiosimulator.pcm.allocation.AllocationContext getCalledAllocationContext()
-
-