public class UMLTransform
extends ModelTransform
This transform performs all of its processing in a "write" action, which is contained within an "undo" interval. If the transformation is only reading the model, the write action will still work since a "write" implies a "read". If no changes to a model are performed, the undo interval will be empty and should be rejected (not added to the undo stack).
Constructor and Description |
---|
UMLTransform()
Deprecated.
The default constructor should only be used internally by the
transformation service.
|
UMLTransform(ITransformationDescriptor info)
Deprecated.
Constructor for creating root transforms.
|
public UMLTransform()
public UMLTransform(ITransformationDescriptor info)
info
- A transformation descriptor.