Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.uml.behavior.state | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IConnectionPointReference |
IUmlModel.createConnectionPointReference()
Create a ConnectionPointReference.
|
Modifier and Type | Method and Description |
---|---|
<T extends IConnectionPointReference> |
IState.getConnection(Class<T> filteredClass)
Get the list of ObConnectionPointReference to the Connection association.
|
<T extends IConnectionPointReference> |
IExitPointPseudoState.getConnection(Class<T> filteredClass)
Get the list of ObConnectionPointReference to the Connection association.
|
<T extends IConnectionPointReference> |
IEntryPointPseudoState.getConnection(Class<T> filteredClass)
Get the list of ObConnectionPointReference to the Connection association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IConnectionPointReference> |
IState.getConnection()
Get the list of ObConnectionPointReference to the Connection association.
|
ObList<IConnectionPointReference> |
IExitPointPseudoState.getConnection()
Get the list of ObConnectionPointReference to the Connection association.
|
ObList<IConnectionPointReference> |
IEntryPointPseudoState.getConnection()
Get the list of ObConnectionPointReference to the Connection association.
|
Modifier and Type | Method and Description |
---|---|
void |
IState.addConnection(IConnectionPointReference element)
Add a ObConnectionPointReference to the 'Connection' association.
|
void |
IExitPointPseudoState.addConnection(IConnectionPointReference element)
Add a ObConnectionPointReference to the 'Connection' association.
|
void |
IEntryPointPseudoState.addConnection(IConnectionPointReference element)
Add a ObConnectionPointReference to the 'Connection' association.
|
void |
IState.removeConnection(IConnectionPointReference element)
Remove an ObConnectionPointReference from the 'Connection' association.
|
void |
IExitPointPseudoState.removeConnection(IConnectionPointReference element)
Remove an ObConnectionPointReference from the 'Connection' association.
|
void |
IEntryPointPseudoState.removeConnection(IConnectionPointReference element)
Remove an ObConnectionPointReference from the 'Connection' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IState.cardConnection(Class<? extends IConnectionPointReference> filteredClass)
Returns the number elements in the Connection association filtered with the given metaclass.
|
int |
IExitPointPseudoState.cardConnection(Class<? extends IConnectionPointReference> filteredClass)
Returns the number elements in the Connection association filtered with the given metaclass.
|
int |
IEntryPointPseudoState.cardConnection(Class<? extends IConnectionPointReference> filteredClass)
Returns the number elements in the Connection association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitConnectionPointReference(IConnectionPointReference theConnectionPointReference) |
Object |
DefaultMetamodelVisitor.visitConnectionPointReference(IConnectionPointReference theConnectionPointReference) |
Object |
AbstractMetamodelVisitor.visitConnectionPointReference(IConnectionPointReference theConnectionPointReference) |