| model1 UML Documentation |
| Summary:OperationsPropertiesComments | Detail:Operations |
A package is formed as a composition of ModelElements. A package defines a modeling unit, models are constructed and presented as packages. A model is a package. Packages are also uses as organizational constructs in modeling. Nesting,importation, and generalization are used to manage the complexity of models.
| Operations | ||
| Class PackageExternalizeResult |
Externalize the Package and all of its Elements (transitive closure on the containment hierarchy) into a Java Archive byte stream. |
|
Properties:
| Alias | |
| Classifier Behavior | |
| Collections | |
| Is Abstract | false |
| Is Active | false |
| Is Leaf | false |
| Keywords | |
| Name | Package |
| Name Expression | |
| Owned Template Signature | |
| Owner | Package model1 |
| Owning Parameter | |
| Package | Package model1 |
| Packageable Element visibility | public |
| Qualified Name | model1::model1::Package |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | public |
| Operation Details |
public Class PackageExternalizeResult externalizePackage( Class PackageExternalizeParams )
Externalize the Package and all of its Elements (transitive closure on the containment hierarchy) into a Java Archive byte stream.
| Alias | |
| Body Condition | |
| Class | Class Package |
| Collections | |
| Concurrency | sequential |
| Datatype | |
| Is Abstract | false |
| Is Leaf | false |
| Is Ordered | false |
| isQuery | true |
| Is Query | true |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 1 |
| Lower Value | |
| Multiplicity | 1 |
| Name | externalizePackage |
| Name Expression | |
| Owned Template Signature | |
| Owner | Class Package |
| Owning Parameter | |
| Qualified Name | model1::model1::Package::externalizePackage |
| Stereotype | default |
| Template Parameter | |
| Type | Class PackageExternalizeResult |
| Upper | 1 |
| Upper Value | |
| Visibility | public |
| Comments |
| model1 UML Documentation |
| Summary:OperationsPropertiesComments | Detail:Operations |