Package | Description |
---|---|
com.modeliosoft.modelio.api.model.uml.behavior.activity | |
com.modeliosoft.modelio.api.model.uml.information | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Interface and Description |
---|---|
interface |
IControlFlow |
interface |
IMessageFlow |
interface |
IObjectFlow |
Modifier and Type | Method and Description |
---|---|
<T extends IActivityEdge> |
IActivityNode.getIncoming(Class<T> filteredClass)
Get the list of ObActivityEdge to the Incoming association.
|
<T extends IActivityEdge> |
IInterruptibleActivityRegion.getInterruptingEdge(Class<T> filteredClass)
Get the list of ObActivityEdge to the InterruptingEdge association.
|
<T extends IActivityEdge> |
IActivityNode.getOutgoing(Class<T> filteredClass)
Get the list of ObActivityEdge to the Outgoing association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IActivityEdge> |
IActivityNode.getIncoming()
Get the list of ObActivityEdge to the Incoming association.
|
ObList<IActivityEdge> |
IInterruptibleActivityRegion.getInterruptingEdge()
Get the list of ObActivityEdge to the InterruptingEdge association.
|
ObList<IActivityEdge> |
IActivityNode.getOutgoing()
Get the list of ObActivityEdge to the Outgoing association.
|
Modifier and Type | Method and Description |
---|---|
void |
IActivityNode.addIncoming(IActivityEdge element)
Add a ObActivityEdge to the 'Incoming' association.
|
void |
IInterruptibleActivityRegion.addInterruptingEdge(IActivityEdge element)
Add a ObActivityEdge to the 'InterruptingEdge' association.
|
void |
IActivityNode.addOutgoing(IActivityEdge element)
Add a ObActivityEdge to the 'Outgoing' association.
|
void |
IActivityNode.removeIncoming(IActivityEdge element)
Remove an ObActivityEdge from the 'Incoming' association.
|
void |
IInterruptibleActivityRegion.removeInterruptingEdge(IActivityEdge element)
Remove an ObActivityEdge from the 'InterruptingEdge' association.
|
void |
IActivityNode.removeOutgoing(IActivityEdge element)
Remove an ObActivityEdge from the 'Outgoing' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IActivityNode.cardIncoming(Class<? extends IActivityEdge> filteredClass)
Returns the number elements in the Incoming association filtered with the given metaclass.
|
int |
IInterruptibleActivityRegion.cardInterruptingEdge(Class<? extends IActivityEdge> filteredClass)
Returns the number elements in the InterruptingEdge association filtered with the given metaclass.
|
int |
IActivityNode.cardOutgoing(Class<? extends IActivityEdge> filteredClass)
Returns the number elements in the Outgoing association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IActivityEdge> |
IInformationFlow.getRealizingActivityEdge(Class<T> filteredClass)
Get the list of ObActivityEdge to the RealizingActivityEdge association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IActivityEdge> |
IInformationFlow.getRealizingActivityEdge()
Get the list of ObActivityEdge to the RealizingActivityEdge association.
|
Modifier and Type | Method and Description |
---|---|
void |
IInformationFlow.addRealizingActivityEdge(IActivityEdge element)
Add a ObActivityEdge to the 'RealizingActivityEdge' association.
|
void |
IInformationFlow.removeRealizingActivityEdge(IActivityEdge element)
Remove an ObActivityEdge from the 'RealizingActivityEdge' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IInformationFlow.cardRealizingActivityEdge(Class<? extends IActivityEdge> filteredClass)
Returns the number elements in the RealizingActivityEdge association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitActivityEdge(IActivityEdge theActivityEdge) |
Object |
DefaultMetamodelVisitor.visitActivityEdge(IActivityEdge theActivityEdge) |
Object |
AbstractMetamodelVisitor.visitActivityEdge(IActivityEdge theActivityEdge) |