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 |
---|---|
IInteractionOperand |
IUmlModel.createInteractionOperand()
Create an InteractionOperand.
|
IInteractionOperand |
IUmlModel.createInteractionOperand(String guard)
Create an InteractionOperand.
|
Modifier and Type | Method and Description |
---|---|
<T extends IInteractionOperand> |
ICombinedFragment.getOperand(Class<T> filteredClass)
Get the list of ObInteractionOperand to the Operand association.
|
Modifier and Type | Method and Description |
---|---|
IInteractionOperand |
IInteractionFragment.getEnclosingOperand()
Get the EnclosingOperand association.
|
IInteractionOperand |
ICombinedFragment.insert(IInteractionOperand operand,
IInteractionOperand ref,
ObRelativeTimeEnum when) |
Modifier and Type | Method and Description |
---|---|
ObList<IInteractionOperand> |
ICombinedFragment.getOperand()
Get the list of ObInteractionOperand to the Operand association.
|
Modifier and Type | Method and Description |
---|---|
void |
ICombinedFragment.addOperand(IInteractionOperand element)
Add a ObInteractionOperand to the 'Operand' association.
|
IInteractionOperand |
ICombinedFragment.insert(IInteractionOperand operand,
IInteractionOperand ref,
ObRelativeTimeEnum when) |
void |
ICombinedFragment.removeOperand(IInteractionOperand element)
Remove an ObInteractionOperand from the 'Operand' association.
|
void |
IInteractionFragment.setEnclosingOperand(IInteractionOperand element)
Setter for the 'EnclosingOperand' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
ICombinedFragment.cardOperand(Class<? extends IInteractionOperand> filteredClass)
Returns the number elements in the Operand association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitInteractionOperand(IInteractionOperand theInteractionOperand) |
Object |
DefaultMetamodelVisitor.visitInteractionOperand(IInteractionOperand theInteractionOperand) |
Object |
AbstractMetamodelVisitor.visitInteractionOperand(IInteractionOperand theInteractionOperand) |