See: Description
Class | Description |
---|---|
HasStereotype |
Determine if the source UML2 object has the specified stereotype applied to
it.
|
IsElementKindCondition |
Determine if the source EMF object is of the specified element kind (eClass).
|
IsSubtypeOfKindCondition |
Determine if the source EMF object is a subtype of the specified element
kind (eClass), based upon the underlying metamodel hierarchy.
|
IsUMLElementCondition |
Determine if the specified object is a UML element.
|
UMLElementKindExtractor |
This generic UML extractor class provides a convenient way to navigate
the
containment hierarchy of a UML source element.
|
UMLKindTransform |
This transform provides a generic mechanism to walk the entire UML2
containment (owner) hierarchy so that specific transformation elements
can be executed based upon the UML2 element kind (eClass).
|
UMLSubtypeOfKindExtractor |
This generic UML extractor class provides a convenient way to navigate
the containment hierarchy of a UML source element.
|
UMLTransform | Deprecated
Replaced by (@link com.ibm.xtools.transform.core.ModelTransform) and
(link.com.ibm.xtools.transform.core.ModelRule)
|
This package contains public API that provides UML support for transformations.
The UML support for the Transformation Service provides several conditions for testing UML elements during the execution of a transformation.
In addition, this package provides a UMLTransform
class (derived from com.ibm.xtools.transform.core.Transform
. When this class is
executed in a transformation, it ensures that an undo interval and a write operation
are in effect.