|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Metamodel for an UML package.
Field Summary | |
static java.lang.String |
INTERFACE
The qualified name of this interface. |
Method Summary | |
java.util.List |
getOwnedElements()
Get all owned elements of this package. |
AXpackage |
getParent()
Get the parent package of this package. |
java.util.Collection |
getRealOwnedElements()
Get the owned elements of the object this package wraps. |
java.util.List |
getSubPackages()
Get all packages this package contains. |
boolean |
isRootPackage()
Check weather this is a root package. |
Field Detail |
public static final java.lang.String INTERFACE
The qualified name of this interface.
Method Detail |
public boolean isRootPackage()
Check weather this is a root package.
A package is considered to be a root package, if there is no other package except the model itself that contains this package (i.e. the namespace is null or empty). The return value of this method for the model package itself is not determined.
public AXpackage getParent()
Get the parent package of this package.
This should never be null except for the model itself. The parent package of root packages is the model.
public java.util.List getSubPackages()
Get all packages this package contains.
public java.util.List getOwnedElements()
Get all owned elements of this package.
AXmodelElement
s contained in this package.public java.util.Collection getRealOwnedElements()
Get the owned elements of the object this package wraps.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |