Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.uml.statik | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
ICollaborationUse |
IUmlModel.createCollaborationUse()
Create a CollaborationUse.
|
Modifier and Type | Method and Description |
---|---|
<T extends ICollaborationUse> |
ICollaboration.getOccurrence(Class<T> filteredClass)
Get the list of ObCollaborationUse to the Occurrence association.
|
<T extends ICollaborationUse> |
IOperation.getOwnedCollaborationUse(Class<T> filteredClass)
Get the list of ObCollaborationUse to the OwnedCollaborationUse association.
|
<T extends ICollaborationUse> |
INameSpace.getOwnedCollaborationUse(Class<T> filteredClass)
Get the list of ObCollaborationUse to the OwnedCollaborationUse association.
|
Modifier and Type | Method and Description |
---|---|
ICollaborationUse |
IBinding.getOwner()
Get the Owner association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ICollaborationUse> |
ICollaboration.getOccurrence()
Get the list of ObCollaborationUse to the Occurrence association.
|
ObList<ICollaborationUse> |
IOperation.getOwnedCollaborationUse()
Get the list of ObCollaborationUse to the OwnedCollaborationUse association.
|
ObList<ICollaborationUse> |
INameSpace.getOwnedCollaborationUse()
Get the list of ObCollaborationUse to the OwnedCollaborationUse association.
|
Modifier and Type | Method and Description |
---|---|
void |
ICollaboration.addOccurrence(ICollaborationUse element)
Add a ObCollaborationUse to the 'Occurrence' association.
|
void |
IOperation.addOwnedCollaborationUse(ICollaborationUse element)
Add a ObCollaborationUse to the 'OwnedCollaborationUse' association.
|
void |
INameSpace.addOwnedCollaborationUse(ICollaborationUse element)
Add a ObCollaborationUse to the 'OwnedCollaborationUse' association.
|
void |
ICollaboration.removeOccurrence(ICollaborationUse element)
Remove an ObCollaborationUse from the 'Occurrence' association.
|
void |
IOperation.removeOwnedCollaborationUse(ICollaborationUse element)
Remove an ObCollaborationUse from the 'OwnedCollaborationUse' association.
|
void |
INameSpace.removeOwnedCollaborationUse(ICollaborationUse element)
Remove an ObCollaborationUse from the 'OwnedCollaborationUse' association.
|
void |
IBinding.setOwner(ICollaborationUse element)
Setter for the 'Owner' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
ICollaboration.cardOccurrence(Class<? extends ICollaborationUse> filteredClass)
Returns the number elements in the Occurrence association filtered with the given metaclass.
|
int |
IOperation.cardOwnedCollaborationUse(Class<? extends ICollaborationUse> filteredClass)
Returns the number elements in the OwnedCollaborationUse association filtered with the given metaclass.
|
int |
INameSpace.cardOwnedCollaborationUse(Class<? extends ICollaborationUse> filteredClass)
Returns the number elements in the OwnedCollaborationUse association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitCollaborationUse(ICollaborationUse theCollaborationUse) |
Object |
DefaultMetamodelVisitor.visitCollaborationUse(ICollaborationUse theCollaborationUse) |
Object |
AbstractMetamodelVisitor.visitCollaborationUse(ICollaborationUse theCollaborationUse) |