Class ControlFlowWeavingLocation
java.lang.Object
edu.kit.ipd.are.dsexplore.featurecompletions.weaver.strategy.behaviour.ControlFlowWeavingLocation
- All Implemented Interfaces:
IWeavingLocation
Models an control flow weaving location; that is a component in which a FC will be added to all control flows.
-
Constructor Summary
ConstructorDescriptionControlFlowWeavingLocation
(org.palladiosimulator.pcm.core.composition.AssemblyContext affectedContext) -
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.core.composition.AssemblyContext
-
Constructor Details
-
ControlFlowWeavingLocation
public ControlFlowWeavingLocation(org.palladiosimulator.pcm.core.composition.AssemblyContext affectedContext) - Parameters:
affectedComponent
-affectedContext
-
-
-
Method Details
-
getAffectedContext
public org.palladiosimulator.pcm.core.composition.AssemblyContext getAffectedContext()- Specified by:
getAffectedContext
in interfaceIWeavingLocation
- Returns:
- the affectedContext
-