Class FCCUnweaver
java.lang.Object
edu.kit.ipd.are.dsexplore.featurecompletions.weaver.FCCUnweaver
This class is responsible for unweaving the adopted PCM instance. All applied
changes will be removed, so that the PCM instance is brought back to its
original state.
-
Constructor Summary
ConstructorDescriptionFCCUnweaver
(de.uka.ipd.sdq.workflow.mdsd.blackboard.MDSDBlackboard blackboard) -
Method Summary
Modifier and TypeMethodDescriptionvoid
unweave
(org.palladiosimulator.solver.models.PCMInstance pcmToAdopt, List<Pair<String, ComplementumVisnetis>> availableCVs) Applies the unweaving process on the PCM instance.
-
Constructor Details
-
FCCUnweaver
public FCCUnweaver(de.uka.ipd.sdq.workflow.mdsd.blackboard.MDSDBlackboard blackboard)
-
-
Method Details
-
unweave
public void unweave(org.palladiosimulator.solver.models.PCMInstance pcmToAdopt, List<Pair<String, ComplementumVisnetis>> availableCVs) Applies the unweaving process on the PCM instance.- Parameters:
pcmToAdopt
- the PCM instance.availableCVs
-
-