Class UsageModelWeaving
java.lang.Object
edu.kit.ipd.are.dsexplore.featurecompletions.weaver.strategy.behaviour.UsageModelWeaving
This class handles weaving of the PCM usage model.
-
Field Summary
Modifier and TypeFieldDescriptionprotected final edu.kit.ipd.are.dsexplore.featurecompletions.weaver.strategy.behaviour.IBehaviourWeaving
-
Constructor Summary
ConstructorDescriptionUsageModelWeaving
(edu.kit.ipd.are.dsexplore.featurecompletions.weaver.strategy.behaviour.IBehaviourWeaving parent) -
Method Summary
Modifier and TypeMethodDescriptionvoid
weave
(IWeavingInstruction instruction) As the Behaviour mechanism operates on intra component behaviour, there is nothing to do here.
-
Field Details
-
parent
protected final edu.kit.ipd.are.dsexplore.featurecompletions.weaver.strategy.behaviour.IBehaviourWeaving parent
-
-
Constructor Details
-
UsageModelWeaving
public UsageModelWeaving(edu.kit.ipd.are.dsexplore.featurecompletions.weaver.strategy.behaviour.IBehaviourWeaving parent)
-
-
Method Details
-
weave
As the Behaviour mechanism operates on intra component behaviour, there is nothing to do here.- Parameters:
instruction
-
-