Modifier and Type | Method and Description |
---|---|
ILifeline |
IUmlModel.createLifeline()
Create a Lifeline.
|
ILifeline |
IUmlModel.createLifeline(String name,
IInteraction owner)
Create a Lifeline.
|
ILifeline |
IUmlModel.createLifeline(String name,
IInteraction owner,
IInstance represented)
Create a Lifeline.
|
Modifier and Type | Method and Description |
---|---|
<T extends ILifeline> |
IInteractionFragment.getCovered(Class<T> filteredClass)
Get the list of ObLifeline to the Covered association.
|
<T extends ILifeline> |
IInteraction.getOwnedLine(Class<T> filteredClass)
Get the list of ObLifeline to the OwnedLine association.
|
Modifier and Type | Method and Description |
---|---|
ILifeline |
IPartDecomposition.getDecomposed()
Get the Decomposed association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ILifeline> |
IInteractionFragment.getCovered()
Get the list of ObLifeline to the Covered association.
|
ObList<ILifeline> |
IInteraction.getOwnedLine()
Get the list of ObLifeline to the OwnedLine association.
|
Modifier and Type | Method and Description |
---|---|
IExecutionOccurenceSpecification |
IInteractionOperand.add(IExecutionSpecification executionSpecification,
ILifeline lifeline,
IInteractionFragment startRef,
ObRelativeTimeEnum startWhen,
IInteractionFragment endRef,
ObRelativeTimeEnum endWhen) |
IExecutionOccurenceSpecification |
IInteraction.add(IExecutionSpecification executionSpecification,
ILifeline lifeline,
IInteractionFragment startRef,
ObRelativeTimeEnum startWhen,
IInteractionFragment endRef,
ObRelativeTimeEnum endWhen) |
void |
IInteractionFragment.addCovered(ILifeline element)
Add a ObLifeline to the 'Covered' association.
|
void |
IInteraction.addOwnedLine(ILifeline element)
Add a ObLifeline to the 'OwnedLine' association.
|
IExecutionOccurenceSpecification |
IInteractionOperand.insert(IExecutionSpecification executionSpecification,
ILifeline lifeline,
IInteractionFragment ref,
ObRelativeTimeEnum when) |
IExecutionOccurenceSpecification |
IInteraction.insert(IExecutionSpecification executionSpecification,
ILifeline lifeline,
IInteractionFragment ref,
ObRelativeTimeEnum when) |
IMessageEnd |
IInteractionOperand.insert(IMessageEnd messageEnd,
ILifeline lifeline,
IInteractionFragment ref,
ObRelativeTimeEnum when) |
IMessageEnd |
IInteraction.insert(IMessageEnd messageEnd,
ILifeline lifeline,
IInteractionFragment ref,
ObRelativeTimeEnum when) |
IMessageEnd |
IInteractionOperand.insert(IMessage message,
ILifeline startLifeline,
ILifeline endLifeline,
IInteractionFragment ref,
ObRelativeTimeEnum when) |
IMessageEnd |
IInteraction.insert(IMessage message,
ILifeline startLifeline,
ILifeline endLifeline,
IInteractionFragment ref,
ObRelativeTimeEnum when) |
IStateInvariant |
IInteractionOperand.insert(IStateInvariant stateInvariant,
ILifeline lifeline,
IInteractionFragment ref,
ObRelativeTimeEnum when) |
IStateInvariant |
IInteraction.insert(IStateInvariant stateInvariant,
ILifeline lifeline,
IInteractionFragment ref,
ObRelativeTimeEnum when) |
void |
IInteractionFragment.removeCovered(ILifeline element)
Remove an ObLifeline from the 'Covered' association.
|
void |
IInteraction.removeOwnedLine(ILifeline element)
Remove an ObLifeline from the 'OwnedLine' association.
|
void |
IPartDecomposition.setDecomposed(ILifeline element)
Setter for the 'Decomposed' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IInteractionFragment.cardCovered(Class<? extends ILifeline> filteredClass)
Returns the number elements in the Covered association filtered with the given metaclass.
|
int |
IInteraction.cardOwnedLine(Class<? extends ILifeline> filteredClass)
Returns the number elements in the OwnedLine association filtered with the given metaclass.
|
ICombinedFragment |
IInteractionOperand.insert(ICombinedFragment combinedFragment,
Collection<ILifeline> participants,
IInteractionFragment ref,
ObRelativeTimeEnum when) |
ICombinedFragment |
IInteraction.insert(ICombinedFragment combinedFragment,
Collection<ILifeline> participants,
IInteractionFragment ref,
ObRelativeTimeEnum when) |
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 |
---|---|
<T extends ILifeline> |
IInstance.getRepresentedLifeLine(Class<T> filteredClass)
Get the list of ObLifeline to the RepresentedLifeLine association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ILifeline> |
IInstance.getRepresentedLifeLine()
Get the list of ObLifeline to the RepresentedLifeLine association.
|
Modifier and Type | Method and Description |
---|---|
void |
IInstance.addRepresentedLifeLine(ILifeline element)
Add a ObLifeline to the 'RepresentedLifeLine' association.
|
void |
IInstance.removeRepresentedLifeLine(ILifeline element)
Remove an ObLifeline from the 'RepresentedLifeLine' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IInstance.cardRepresentedLifeLine(Class<? extends ILifeline> filteredClass)
Returns the number elements in the RepresentedLifeLine association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitLifeline(ILifeline theLifeline) |
Object |
DefaultMetamodelVisitor.visitLifeline(ILifeline theLifeline) |
Object |
AbstractMetamodelVisitor.visitLifeline(ILifeline theLifeline) |