Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.uml.behavior.interaction | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IInteractionUse |
IUmlModel.createInteractionUse()
Create an InteractionUse.
|
IInteractionUse |
IUmlModel.createInteractionUse(IInteraction refered)
Create an InteractionUse.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPartDecomposition |
Modifier and Type | Method and Description |
---|---|
<T extends IInteractionUse> |
IInteraction.getReferedUse(Class<T> filteredClass)
Get the list of ObInteractionUse to the ReferedUse association.
|
Modifier and Type | Method and Description |
---|---|
IInteractionUse |
IGate.getOwnerUse()
Get the OwnerUse association.
|
IInteractionUse |
IInteractionOperand.insert(IInteractionUse interactionUse,
Collection<ILifeline> participants,
IInteractionFragment ref,
ObRelativeTimeEnum when) |
IInteractionUse |
IInteraction.insert(IInteractionUse interactionUse,
Collection<ILifeline> participants,
IInteractionFragment ref,
ObRelativeTimeEnum when) |
Modifier and Type | Method and Description |
---|---|
ObList<IInteractionUse> |
IInteraction.getReferedUse()
Get the list of ObInteractionUse to the ReferedUse association.
|
Modifier and Type | Method and Description |
---|---|
void |
IInteraction.addReferedUse(IInteractionUse element)
Add a ObInteractionUse to the 'ReferedUse' association.
|
IInteractionUse |
IInteractionOperand.insert(IInteractionUse interactionUse,
Collection<ILifeline> participants,
IInteractionFragment ref,
ObRelativeTimeEnum when) |
IInteractionUse |
IInteraction.insert(IInteractionUse interactionUse,
Collection<ILifeline> participants,
IInteractionFragment ref,
ObRelativeTimeEnum when) |
void |
IInteraction.removeReferedUse(IInteractionUse element)
Remove an ObInteractionUse from the 'ReferedUse' association.
|
void |
IGate.setOwnerUse(IInteractionUse element)
Setter for the 'OwnerUse' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IInteraction.cardReferedUse(Class<? extends IInteractionUse> filteredClass)
Returns the number elements in the ReferedUse association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitInteractionUse(IInteractionUse theInteractionUse) |
Object |
DefaultMetamodelVisitor.visitInteractionUse(IInteractionUse theInteractionUse) |
Object |
AbstractMetamodelVisitor.visitInteractionUse(IInteractionUse theInteractionUse) |