| Package | Description |
|---|---|
| com.modeliosoft.modelio.api.model.uml.behavior.interaction | |
| com.modeliosoft.modelio.api.model.uml.behavior.state | |
| com.modeliosoft.modelio.api.utils |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICombinedFragment |
interface |
IExecutionOccurenceSpecification |
interface |
IExecutionSpecification |
interface |
IGate |
interface |
IInteractionOperand |
interface |
IInteractionUse |
interface |
IMessageEnd |
interface |
IOccurrenceSpecification |
interface |
IPartDecomposition |
interface |
ITerminateSpecification |
| Modifier and Type | Method and Description |
|---|---|
<T extends IInteractionFragment> |
ILifeline.getCoveredBy(Class<T> filteredClass)
Get the list of ObInteractionFragment to the CoveredBy association.
|
<T extends IInteractionFragment> |
IInteractionOperand.getFragment(Class<T> filteredClass)
Get the list of ObInteractionFragment to the Fragment association.
|
<T extends IInteractionFragment> |
IInteraction.getFragment(Class<T> filteredClass)
Get the list of ObInteractionFragment to the Fragment association.
|
| Modifier and Type | Method and Description |
|---|---|
IInteractionFragment |
IInteractionOperand.getEnd() |
IInteractionFragment |
IInteraction.getEnd() |
IInteractionFragment |
IInteractionOperand.getNext(IInteractionFragment where) |
IInteractionFragment |
IInteraction.getNext(IInteractionFragment where) |
IInteractionFragment |
IInteractionOperand.getPrevious(IInteractionFragment where) |
IInteractionFragment |
IInteraction.getPrevious(IInteractionFragment where) |
IInteractionFragment |
IInteractionOperand.getStart() |
IInteractionFragment |
IInteraction.getStart() |
| Modifier and Type | Method and Description |
|---|---|
ObList<IInteractionFragment> |
ILifeline.getCoveredBy()
Get the list of ObInteractionFragment to the CoveredBy association.
|
ObList<IInteractionFragment> |
IInteractionOperand.getFragment()
Get the list of ObInteractionFragment to the Fragment association.
|
ObList<IInteractionFragment> |
IInteraction.getFragment()
Get the list of ObInteractionFragment to the Fragment association.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ILifeline.cardCoveredBy(Class<? extends IInteractionFragment> filteredClass)
Returns the number elements in the CoveredBy association filtered with the given metaclass.
|
int |
IInteractionOperand.cardFragment(Class<? extends IInteractionFragment> filteredClass)
Returns the number elements in the Fragment association filtered with the given metaclass.
|
int |
IInteraction.cardFragment(Class<? extends IInteractionFragment> filteredClass)
Returns the number elements in the Fragment association filtered with the given metaclass.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IStateInvariant |
| Modifier and Type | Method and Description |
|---|---|
Object |
IMetamodelVisitor.visitInteractionFragment(IInteractionFragment theInteractionFragment) |
Object |
DefaultMetamodelVisitor.visitInteractionFragment(IInteractionFragment theInteractionFragment) |
Object |
AbstractMetamodelVisitor.visitInteractionFragment(IInteractionFragment theInteractionFragment) |