Class TransformationParameters


  • @OpenApiAll
    public class TransformationParameters
    extends java.lang.Object
    Transformation parameters passed to each ElementTransformation when model transformation is executed.
    • Constructor Detail

      • TransformationParameters

        public TransformationParameters​(boolean shouldIgnoreLocks)
    • Method Detail

      • 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.