Yellicode
The extensible code generator
Transforms the package and returns the transformation result.
Parameters
| Name | Type | Description |
|---|---|---|
| pack | TSource | The package or model to transform. |
Transforms packageable element elements of one element type to another element type. For example, this transform lets you transform all classes in a model or package to interfaces.
| ElementTypeTransform | ⇾PackagedElementTransform |
| Name | Returns | Description |
|---|---|---|
| transform(pack) | Package | Transforms the package and returns the transformation result. Inherited from PackagedElementTransform. |
transformElement(element)ElementTypeTransform.transformElementX | void |