Modifier and Type | Method and Description |
---|---|
IDataFlow |
IUmlModel.createDataFlow()
Create a DataFlow.
|
Modifier and Type | Method and Description |
---|---|
<T extends IDataFlow> |
ISignal.getDOccurence(Class<T> filteredClass)
Get the list of ObDataFlow to the DOccurence association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IDataFlow> |
ISignal.getDOccurence()
Get the list of ObDataFlow to the DOccurence association.
|
Modifier and Type | Method and Description |
---|---|
void |
ISignal.addDOccurence(IDataFlow element)
Add a ObDataFlow to the 'DOccurence' association.
|
void |
ISignal.removeDOccurence(IDataFlow element)
Remove an ObDataFlow from the 'DOccurence' association.
|
Modifier and Type | Method and Description |
---|---|
int |
ISignal.cardDOccurence(Class<? extends IDataFlow> filteredClass)
Returns the number elements in the DOccurence association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IDataFlow> |
INameSpace.getOwnedDataFlow(Class<T> filteredClass)
Get the list of ObDataFlow to the OwnedDataFlow association.
|
<T extends IDataFlow> |
INameSpace.getReceived(Class<T> filteredClass)
Get the list of ObDataFlow to the Received association.
|
<T extends IDataFlow> |
INameSpace.getSent(Class<T> filteredClass)
Get the list of ObDataFlow to the Sent association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IDataFlow> |
INameSpace.getOwnedDataFlow()
Get the list of ObDataFlow to the OwnedDataFlow association.
|
ObList<IDataFlow> |
INameSpace.getReceived()
Get the list of ObDataFlow to the Received association.
|
ObList<IDataFlow> |
INameSpace.getSent()
Get the list of ObDataFlow to the Sent association.
|
Modifier and Type | Method and Description |
---|---|
void |
INameSpace.addOwnedDataFlow(IDataFlow element)
Add a ObDataFlow to the 'OwnedDataFlow' association.
|
void |
INameSpace.addReceived(IDataFlow element)
Add a ObDataFlow to the 'Received' association.
|
void |
INameSpace.addSent(IDataFlow element)
Add a ObDataFlow to the 'Sent' association.
|
void |
INameSpace.removeOwnedDataFlow(IDataFlow element)
Remove an ObDataFlow from the 'OwnedDataFlow' association.
|
void |
INameSpace.removeReceived(IDataFlow element)
Remove an ObDataFlow from the 'Received' association.
|
void |
INameSpace.removeSent(IDataFlow element)
Remove an ObDataFlow from the 'Sent' association.
|
Modifier and Type | Method and Description |
---|---|
int |
INameSpace.cardOwnedDataFlow(Class<? extends IDataFlow> filteredClass)
Returns the number elements in the OwnedDataFlow association filtered with the given metaclass.
|
int |
INameSpace.cardReceived(Class<? extends IDataFlow> filteredClass)
Returns the number elements in the Received association filtered with the given metaclass.
|
int |
INameSpace.cardSent(Class<? extends IDataFlow> filteredClass)
Returns the number elements in the Sent association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitDataFlow(IDataFlow theDataFlow) |
Object |
DefaultMetamodelVisitor.visitDataFlow(IDataFlow theDataFlow) |
Object |
AbstractMetamodelVisitor.visitDataFlow(IDataFlow theDataFlow) |