Class TransformationParameters
java.lang.Object
com.nomagic.magicdraw.variants.transformation.TransformationParameters
Transformation parameters passed to each
ElementTransformation
when model transformation is executed.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setNotifier
(Notifier notifier) void
setShouldIgnoreLocks
(boolean shouldIgnoreLocks) boolean
-
Constructor Details
-
TransformationParameters
public TransformationParameters(boolean shouldIgnoreLocks)
-
-
Method Details
-
shouldIgnoreLocks
public boolean shouldIgnoreLocks()- Returns:
- should transformation ignore another user locked elements.
-
setShouldIgnoreLocks
public void setShouldIgnoreLocks(boolean shouldIgnoreLocks) - Parameters:
shouldIgnoreLocks
- should transformation ignore another user locked elements.
-
setNotifier
- Parameters:
notifier
- used to notify user.
-
getNotifier
- Returns:
- notifier used to notify user.
-