Modifier and Type | Method and Description |
---|---|
ICollaboration |
IUmlModel.createCollaboration()
Create a Collaboration.
|
Modifier and Type | Method and Description |
---|---|
<T extends ICollaboration> |
IBehavior.getOwnedCollaboration(Class<T> filteredClass)
Get the list of ObCollaboration to the OwnedCollaboration association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ICollaboration> |
IBehavior.getOwnedCollaboration()
Get the list of ObCollaboration to the OwnedCollaboration association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBehavior.addOwnedCollaboration(ICollaboration element)
Add a ObCollaboration to the 'OwnedCollaboration' association.
|
void |
IBehavior.removeOwnedCollaboration(ICollaboration element)
Remove an ObCollaboration from the 'OwnedCollaboration' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBehavior.cardOwnedCollaboration(Class<? extends ICollaboration> filteredClass)
Returns the number elements in the OwnedCollaboration association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends ICollaboration> |
IOperation.getExample(Class<T> filteredClass)
Get the list of ObCollaboration to the Example association.
|
Modifier and Type | Method and Description |
---|---|
ICollaboration |
ICollaborationUse.getType()
Get the Type association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ICollaboration> |
IOperation.getExample()
Get the list of ObCollaboration to the Example association.
|
Modifier and Type | Method and Description |
---|---|
void |
IOperation.addExample(ICollaboration element)
Add a ObCollaboration to the 'Example' association.
|
void |
IOperation.removeExample(ICollaboration element)
Remove an ObCollaboration from the 'Example' association.
|
void |
ICollaborationUse.setType(ICollaboration element)
Setter for the 'Type' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IOperation.cardExample(Class<? extends ICollaboration> filteredClass)
Returns the number elements in the Example association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitCollaboration(ICollaboration theCollaboration) |
Object |
DefaultMetamodelVisitor.visitCollaboration(ICollaboration theCollaboration) |
Object |
AbstractMetamodelVisitor.visitCollaboration(ICollaboration theCollaboration) |