PackagedElementTransform class

A base class for transforms that need to be applied recursively to all nested packaged elements in a model or package.

Interface Realizations

Operations

NameReturnsDescription
transform(pack)

PackagedElementTransform.transform

X

Transforms the package and returns the transformation result.

Parameters
NameTypeDescription
packTSource The package or model to transform.
Return value
Type: Package 
Package Transforms the package and returns the transformation result. 
transformElement(element)

PackagedElementTransform.transformElement

X

When implemented, applies the transformation to the packageable element,

Parameters
NameTypeDescription
elementPackageableElement 
Return value
void
void When implemented, applies the transformation to the packageable element,