Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.uml.behavior.activity | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IExpansionNode |
IUmlModel.createExpansionNode()
Create an ExpansionNode.
|
Modifier and Type | Method and Description |
---|---|
<T extends IExpansionNode> |
IExpansionRegion.getInputElement(Class<T> filteredClass)
Get the list of ObExpansionNode to the InputElement association.
|
<T extends IExpansionNode> |
IExpansionRegion.getOutputElement(Class<T> filteredClass)
Get the list of ObExpansionNode to the OutputElement association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IExpansionNode> |
IExpansionRegion.getInputElement()
Get the list of ObExpansionNode to the InputElement association.
|
ObList<IExpansionNode> |
IExpansionRegion.getOutputElement()
Get the list of ObExpansionNode to the OutputElement association.
|
Modifier and Type | Method and Description |
---|---|
void |
IExpansionRegion.addInputElement(IExpansionNode element)
Add a ObExpansionNode to the 'InputElement' association.
|
void |
IExpansionRegion.addOutputElement(IExpansionNode element)
Add a ObExpansionNode to the 'OutputElement' association.
|
void |
IExpansionRegion.removeInputElement(IExpansionNode element)
Remove an ObExpansionNode from the 'InputElement' association.
|
void |
IExpansionRegion.removeOutputElement(IExpansionNode element)
Remove an ObExpansionNode from the 'OutputElement' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IExpansionRegion.cardInputElement(Class<? extends IExpansionNode> filteredClass)
Returns the number elements in the InputElement association filtered with the given metaclass.
|
int |
IExpansionRegion.cardOutputElement(Class<? extends IExpansionNode> filteredClass)
Returns the number elements in the OutputElement association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitExpansionNode(IExpansionNode theExpansionNode) |
Object |
DefaultMetamodelVisitor.visitExpansionNode(IExpansionNode theExpansionNode) |
Object |
AbstractMetamodelVisitor.visitExpansionNode(IExpansionNode theExpansionNode) |