Class AbstractModelTransformationInfo

java.lang.Object
com.nomagic.magicdraw.modeltransformations.AbstractModelTransformationInfo
All Implemented Interfaces:
ModelTransformationInfo
Direct Known Subclasses:
AnyToAnyModelTransformationInfo

@OpenApiAll public abstract class AbstractModelTransformationInfo extends Object implements ModelTransformationInfo
Abstract class for model transformation info.
See Also:
  • Constructor Details

    • AbstractModelTransformationInfo

      public AbstractModelTransformationInfo(String transformationName, String transformationDescription, String iconNameWithPath)
      Constructor
      Parameters:
      transformationName - Model transformation name
      transformationDescription - Model transformation description
      iconNameWithPath - Icon name with resourse path
  • Method Details