Class TransformationParameters
java.lang.Object
com.nomagic.magicdraw.variants.transformation.TransformationParameters
Transformation parameters passed to each 
ElementTransformation when model transformation is executed.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetNotifier(Notifier notifier) voidsetShouldIgnoreLocks(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.
 
 
 -