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 |
---|---|
IInteraction |
IUmlModel.createInteraction()
Create an Interaction.
|
Modifier and Type | Method and Description |
---|---|
IInteractionUse |
IUmlModel.createInteractionUse(IInteraction refered)
Create an InteractionUse.
|
ILifeline |
IUmlModel.createLifeline(String name,
IInteraction owner)
Create a Lifeline.
|
ILifeline |
IUmlModel.createLifeline(String name,
IInteraction owner,
IInstance represented)
Create a Lifeline.
|
IPartDecomposition |
IUmlModel.createPartDecomposition(IInteraction refered)
Create an PartDecomposition.
|
Modifier and Type | Method and Description |
---|---|
IInteraction |
IInteractionFragment.getEnclosingInteraction()
Get the EnclosingInteraction association.
|
IInteraction |
ILifeline.getOwner()
Get the Owner association.
|
IInteraction |
IGate.getOwnerInteraction()
Get the OwnerInteraction association.
|
IInteraction |
IInteractionUse.getRefersTo()
Get the RefersTo association.
|
Modifier and Type | Method and Description |
---|---|
void |
IInteractionFragment.setEnclosingInteraction(IInteraction element)
Setter for the 'EnclosingInteraction' [0..1] association.
|
void |
ILifeline.setOwner(IInteraction element)
Setter for the 'Owner' [0..1] association.
|
void |
IGate.setOwnerInteraction(IInteraction element)
Setter for the 'OwnerInteraction' [0..1] association.
|
void |
IInteractionUse.setRefersTo(IInteraction element)
Setter for the 'RefersTo' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitInteraction(IInteraction theInteraction) |
Object |
DefaultMetamodelVisitor.visitInteraction(IInteraction theInteraction) |
Object |
AbstractMetamodelVisitor.visitInteraction(IInteraction theInteraction) |