Class TransformationWrapper

java.lang.Object
de.spraener.nxtgen.cartridges.TransformationWrapper
All Implemented Interfaces:
Transformation

public class TransformationWrapper extends Object implements Transformation
  • Constructor Details

    • TransformationWrapper

      public TransformationWrapper(Class<?> t, Method txMethod)
    • TransformationWrapper

      public TransformationWrapper(Class<?> t)
  • Method Details

    • doTransformation

      public void doTransformation(ModelElement element)
      Description copied from interface: Transformation
      Do the transformation on the given ModelElement. If you need access to the root of the model you can use element.getModel()
      Specified by:
      doTransformation in interface Transformation
      Parameters:
      element - the ModelELement to (envetually) the transformation on.
      See Also: