Class AllocationWeaving
java.lang.Object
edu.kit.ipd.are.dsexplore.featurecompletions.weaver.strategy.behaviour.AllocationWeaving
This class handles weaving of the PCM allocation model.
-
Constructor Summary
ConstructorDescriptionAllocationWeaving
(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 allocation model.
-
Constructor Details
-
AllocationWeaving
public AllocationWeaving(edu.kit.ipd.are.dsexplore.featurecompletions.weaver.strategy.behaviour.IBehaviourWeaving parent)
-
-
Method Details
-
weave
Applies the weaving operation on the allocation model. FC components are allocated on arbitrary resource containers, as PerOpteryx takes care of rearranging allocations in its DSE.- Parameters:
instruction
- the weaving instruction to apply.- Throws:
FCCWeaverException
-