model1
Class Package

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 externalizePackage externalizePackage

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 Abstractfalse
Is Activefalse
Is Leaffalse
Keywords
NamePackage
Name Expression
Owned Template Signature
OwnerPackage model1
Owning Parameter
PackagePackage model1
Packageable Element visibilitypublic
Qualified Namemodel1::model1::Package
Representation
Stereotype
Template Parameter
Visibilitypublic

Operation Details

 externalizePackage
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.

Parameters:
Class PackageExternalizeParams in
Returns:
Class PackageExternalizeResult
Properties:

Alias
Body Condition
Class Class Package
Collections
Concurrencysequential
Datatype
Is Abstractfalse
Is Leaffalse
Is Orderedfalse
isQuerytrue
Is Querytrue
Is Staticfalse
Is Uniquetrue
Keywords
Lower1
Lower Value
Multiplicity1
NameexternalizePackage
Name Expression
Owned Template Signature
OwnerClass Package
Owning Parameter
Qualified Namemodel1::model1::Package::externalizePackage
Stereotypedefault
Template Parameter
TypeClass PackageExternalizeResult
Upper1
Upper Value
Visibilitypublic

Comments