Modifier and Type | Interface and Description |
---|---|
interface |
IModule |
Modifier and Type | Interface and Description |
---|---|
interface |
ISignal |
Modifier and Type | Interface and Description |
---|---|
interface |
IInformationItem |
Modifier and Type | Interface and Description |
---|---|
interface |
IProfile |
Modifier and Type | Interface and Description |
---|---|
interface |
IArtifact |
interface |
IClass |
interface |
IClassifier |
interface |
ICollaboration |
interface |
IComponent |
interface |
IDataType |
interface |
IEnumeration |
interface |
IGeneralClass |
interface |
IInterface |
interface |
INameSpace |
interface |
INode |
interface |
IPackage |
interface |
ITemplateParameter |
Modifier and Type | Method and Description |
---|---|
<T extends IModelTree> |
IModelTree.getOwnedElement(Class<T> filteredClass)
Get the list of ObModelTree to the OwnedElement association.
|
Modifier and Type | Method and Description |
---|---|
IModelTree |
IModelTree.getOwner()
Get the Owner association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IModelTree> |
IModelTree.getOwnedElement()
Get the list of ObModelTree to the OwnedElement association.
|
Modifier and Type | Method and Description |
---|---|
void |
IModelTree.addOwnedElement(IModelTree element)
Add a ObModelTree to the 'OwnedElement' association.
|
void |
IModelTree.removeOwnedElement(IModelTree element)
Remove an ObModelTree from the 'OwnedElement' association.
|
void |
IModelTree.setOwner(IModelTree element)
Setter for the 'Owner' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IModelTree.cardOwnedElement(Class<? extends IModelTree> filteredClass)
Returns the number elements in the OwnedElement association filtered with the given metaclass.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IActor |
interface |
IUseCase |
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitModelTree(IModelTree theModelTree) |
Object |
DefaultMetamodelVisitor.visitModelTree(IModelTree theModelTree) |
Object |
AbstractMetamodelVisitor.visitModelTree(IModelTree theModelTree) |