EmbeddedElements

Return to Introduction  Previous page  Next page

public Collection

In UML 2.0 an element can have one or more embedded elements such as Ports, Pins, Parameters or ObjectNodes. These are attached to the boundary of the host element and cannot be moved off the element. They are owned by their host element. This collection gives easy access to the set of elements embedded on the surface of an element. Note that some embedded elements can have their own embedded element collection (eg. Ports can have interfaces embedded on them.)

The EmbeddedElements collection contains Element objects.

AICollections