Package | Description |
---|---|
com.modeliosoft.modelio.api.model.uml.behavior.activity | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Interface and Description |
---|---|
interface |
IAcceptCallEventAction |
interface |
IAcceptChangeEventAction |
interface |
IAcceptSignalAction |
interface |
IAcceptTimeEventAction |
interface |
IActivityAction |
interface |
IActivityFinalNode |
interface |
IActivityParameterNode |
interface |
ICallAction |
interface |
ICallBehaviorAction |
interface |
ICallOperationAction |
interface |
ICentralBufferNode |
interface |
IConditionalNode |
interface |
IControlNode |
interface |
IDataStoreNode |
interface |
IDecisionMergeNode |
interface |
IExpansionNode |
interface |
IExpansionRegion |
interface |
IFinalNode |
interface |
IFlowFinalNode |
interface |
IForkJoinNode |
interface |
IInitialNode |
interface |
IInputPin |
interface |
IInstanceNode |
interface |
ILoopNode |
interface |
IObjectNode |
interface |
IOpaqueAction |
interface |
IOutputPin |
interface |
IPin |
interface |
ISendSignalAction |
interface |
IStructuredActivityNode |
interface |
IValuePin |
Modifier and Type | Method and Description |
---|---|
<T extends IActivityNode> |
IStructuredActivityNode.getBody(Class<T> filteredClass)
Get the list of ObActivityNode to the Body association.
|
<T extends IActivityNode> |
IClause.getBody(Class<T> filteredClass)
Get the list of ObActivityNode to the Body association.
|
<T extends IActivityNode> |
IActivityPartition.getContainedNode(Class<T> filteredClass)
Get the list of ObActivityNode to the ContainedNode association.
|
<T extends IActivityNode> |
IActivity.getOwnedNode(Class<T> filteredClass)
Get the list of ObActivityNode to the OwnedNode association.
|
Modifier and Type | Method and Description |
---|---|
IActivityNode |
IActivityEdge.getSource()
Get the Source association.
|
IActivityNode |
IActivityEdge.getTarget()
Get the Target association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IActivityNode> |
IStructuredActivityNode.getBody()
Get the list of ObActivityNode to the Body association.
|
ObList<IActivityNode> |
IClause.getBody()
Get the list of ObActivityNode to the Body association.
|
ObList<IActivityNode> |
IActivityPartition.getContainedNode()
Get the list of ObActivityNode to the ContainedNode association.
|
ObList<IActivityNode> |
IActivity.getOwnedNode()
Get the list of ObActivityNode to the OwnedNode association.
|
Modifier and Type | Method and Description |
---|---|
void |
IStructuredActivityNode.addBody(IActivityNode element)
Add a ObActivityNode to the 'Body' association.
|
void |
IClause.addBody(IActivityNode element)
Add a ObActivityNode to the 'Body' association.
|
void |
IActivityPartition.addContainedNode(IActivityNode element)
Add a ObActivityNode to the 'ContainedNode' association.
|
void |
IActivity.addOwnedNode(IActivityNode element)
Add a ObActivityNode to the 'OwnedNode' association.
|
void |
IStructuredActivityNode.removeBody(IActivityNode element)
Remove an ObActivityNode from the 'Body' association.
|
void |
IClause.removeBody(IActivityNode element)
Remove an ObActivityNode from the 'Body' association.
|
void |
IActivityPartition.removeContainedNode(IActivityNode element)
Remove an ObActivityNode from the 'ContainedNode' association.
|
void |
IActivity.removeOwnedNode(IActivityNode element)
Remove an ObActivityNode from the 'OwnedNode' association.
|
void |
IActivityEdge.setSource(IActivityNode element)
Setter for the 'Source' [0..1] association.
|
void |
IActivityEdge.setTarget(IActivityNode element)
Setter for the 'Target' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IStructuredActivityNode.cardBody(Class<? extends IActivityNode> filteredClass)
Returns the number elements in the Body association filtered with the given metaclass.
|
int |
IClause.cardBody(Class<? extends IActivityNode> filteredClass)
Returns the number elements in the Body association filtered with the given metaclass.
|
int |
IActivityPartition.cardContainedNode(Class<? extends IActivityNode> filteredClass)
Returns the number elements in the ContainedNode association filtered with the given metaclass.
|
int |
IActivity.cardOwnedNode(Class<? extends IActivityNode> filteredClass)
Returns the number elements in the OwnedNode association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitActivityNode(IActivityNode theActivityNode) |
Object |
DefaultMetamodelVisitor.visitActivityNode(IActivityNode theActivityNode) |
Object |
AbstractMetamodelVisitor.visitActivityNode(IActivityNode theActivityNode) |