Class ExternalCallActionHandler
java.lang.Object
org.palladiosimulator.solver.core.handler.ExternalCallActionHandler
- Direct Known Subclasses:
AggregatedContextExternalCallActionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(org.palladiosimulator.pcm.seff.ExternalCallAction call) protected SeffVisitor
visitSEFF
(org.palladiosimulator.pcm.seff.ServiceEffectSpecification seff, ContextWrapper contextWrapper) Default, but can be overwritten by subclasses to call other SEFF visitors
-
Constructor Details
-
ExternalCallActionHandler
-
-
Method Details
-
handle
public void handle(org.palladiosimulator.pcm.seff.ExternalCallAction call) - Parameters:
call
-
-
visitSEFF
protected SeffVisitor visitSEFF(org.palladiosimulator.pcm.seff.ServiceEffectSpecification seff, ContextWrapper contextWrapper) Default, but can be overwritten by subclasses to call other SEFF visitors- Parameters:
seff
-contextWrapper
-- Returns:
-