@OpenApiAll
public interface Notifier
Modifier and Type | Method and Description |
---|---|
void |
notifyAboutReadOnlyElements(java.util.Collection<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> readOnlyElements)
Called when some of the variability elements could not be locked or exist in read-only module
|
void |
notifyElementDisposed(VariationPoint variationPoint)
Called when variation element is deleted from the project.
|
void |
notifyNoElementsToTransform()
Called when no VariationPoints where found
|
void |
notifyNoTransformationFound(VariationPoint variationPoint)
Called when
ElementTransformationFactory.getTransformation(com.nomagic.magicdraw.variants.variationpoints.VariationPoint)
returns null for given variationPoint during transformation process |
void notifyNoElementsToTransform()
void notifyAboutReadOnlyElements(java.util.Collection<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> readOnlyElements)
void notifyElementDisposed(VariationPoint variationPoint)
void notifyNoTransformationFound(VariationPoint variationPoint)
ElementTransformationFactory.getTransformation(com.nomagic.magicdraw.variants.variationpoints.VariationPoint)
returns null for given variationPoint during transformation process