Class RepositoryWeaving
java.lang.Object
edu.kit.ipd.are.dsexplore.featurecompletions.weaver.strategy.behaviour.RepositoryWeaving
This class handles weaving of the PCM repository model.
-
Field Summary
Modifier and TypeFieldDescriptionprotected final edu.kit.ipd.are.dsexplore.featurecompletions.weaver.strategy.behaviour.IBehaviourWeaving
-
Constructor Summary
ConstructorDescriptionRepositoryWeaving
(edu.kit.ipd.are.dsexplore.featurecompletions.weaver.strategy.behaviour.IBehaviourWeaving parent) -
Method Summary
Modifier and TypeMethodDescriptionvoid
weave
(IWeavingInstruction instruction) Applies the weaving operation on the repository model.
-
Field Details
-
parent
protected final edu.kit.ipd.are.dsexplore.featurecompletions.weaver.strategy.behaviour.IBehaviourWeaving parent
-
-
Constructor Details
-
RepositoryWeaving
public RepositoryWeaving(edu.kit.ipd.are.dsexplore.featurecompletions.weaver.strategy.behaviour.IBehaviourWeaving parent)
-
-
Method Details
-
weave
Applies the weaving operation on the repository model. Required roles for fc calls are added as needed.- Parameters:
instruction
- the weaving instruction to apply.
-