Class TransformationParameters

java.lang.Object
com.nomagic.magicdraw.variants.transformation.TransformationParameters

@OpenApiAll public class TransformationParameters extends Object
Transformation parameters passed to each ElementTransformation when model transformation is executed.
  • 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

      public void setNotifier(Notifier notifier)
      Parameters:
      notifier - used to notify user.
    • getNotifier

      public Notifier getNotifier()
      Returns:
      notifier used to notify user.