Class FCCUnweaver
- java.lang.Object
-
- edu.kit.ipd.are.dsexplore.featurecompletions.weaver.FCCUnweaver
-
public final class FCCUnweaver extends Object
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
Constructors Constructor Description FCCUnweaver(de.uka.ipd.sdq.workflow.mdsd.blackboard.MDSDBlackboard blackboard)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
unweave(org.palladiosimulator.solver.models.PCMInstance pcmToAdopt, List<Pair<String,ComplementumVisnetis>> availableCVs)
Applies the unweaving process on the PCM instance.
-
-
-
Method Detail
-
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
-
-
-