public class UMLSubtypeOfKindExtractor extends UMLElementKindExtractor
If an element kind is not specified (in the constructor), this extractor will extract all UML2 elements owned by the source UML2 object.
elementKind
Constructor and Description |
---|
UMLSubtypeOfKindExtractor()
The default constructor should only be used internally by the
transformation service.
|
UMLSubtypeOfKindExtractor(java.lang.String id,
AbstractTransform transform,
org.eclipse.emf.ecore.EClass elementKind)
Constructor
|
execute, setLanguageElementKind
public UMLSubtypeOfKindExtractor()
public UMLSubtypeOfKindExtractor(java.lang.String id, AbstractTransform transform, org.eclipse.emf.ecore.EClass elementKind)
id
- A unique id for the extractor.transform
- An associated transform to process the UML elements.elementKind
- A UML2 element kind to extract.