Java Reference
In-Depth Information
allSubobjects
Element ::allSubobjects() : Set(Element)
Recursively returns all children objects of the Element.
subobjectsOfType
Element ::subobjectsOfType(OclType) : Set(Element)
Returns all immediate children objects of the Element that are of the specified
type.
allSubobjectsOfType
Element ::allSubobjectsOfType(OclType) : Set(Element)
Recursively returns all children objects of the Element that are of the speci-
fied type.
subobjectsOfKind
Element ::subobjectsOfKind(OclType) : Set(Element)
Returns all immediate children objects of the Element that are of the speci-
fied kind (type plus subtypes).
allSubobjectsOfKind
Element ::allSubobjectsOfKind(OclType) : Set(Element)
Recursively returns all children objects of the Element that are of the speci-
fied kind (type plus subtypes).
clone
Element::clone() : Element
Creates a new instance copy of the model element. The clone is placed in the
first model extent. The copy is of only the first-level object, not subobjects. For
cloning subobjects as well, see deepclone .
Search WWH ::




Custom Search