Modifier and Type | Method and Description |
---|---|
IOperation |
IUmlModel.createOperation()
Create an Operation.
|
IOperation |
IUmlModel.createOperation(String name,
IClassifier owner)
Create an Operation.
|
IOperation |
IUmlModel.createOperation(String name,
IClassifier owner,
String stereotype)
Create a stereotyped Operation.
|
Modifier and Type | Method and Description |
---|---|
IElementImport |
IUmlModel.createElementImport(IOperation source,
INameSpace destination)
Create an ElementImport between an Operation and a NameSpace.
|
IParameter |
IUmlModel.createIOParameter(String name,
IGeneralClass type,
IOperation owner)
Create an IOParameter.
|
IParameter |
IUmlModel.createIOParameter(String name,
IGeneralClass type,
IOperation owner,
String stereotype)
Create a stereotyped IOParameter.
|
IMessage |
IUmlModel.createMessage(ObMessageSortEnum sort,
IOperation invoked)
Create a Message.
|
IPackageImport |
IUmlModel.createPackageImport(IOperation source,
IPackage destination)
Create a PackageImport between an Operation and a Package.
|
IParameter |
IUmlModel.createReturnParameter(String name,
IGeneralClass type,
IOperation owner)
Create an ReturnParameter.
|
IParameter |
IUmlModel.createReturnParameter(String name,
IGeneralClass type,
IOperation owner,
String stereotype)
Create a stereotyped ReturnParameter.
|
Modifier and Type | Method and Description |
---|---|
IOperation |
IBpmnServiceTask.getCalledOperation()
Get the CalledOperation association.
|
IOperation |
IBpmnSendTask.getCalledOperation()
Get the CalledOperation association.
|
IOperation |
IBpmnReceiveTask.getCalledOperation()
Get the CalledOperation association.
|
IOperation |
IBpmnCallActivity.getCalledOperation()
Get the CalledOperation association.
|
IOperation |
IBpmnOperation.getImplementationRef()
Get the ImplementationRef association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnServiceTask.setCalledOperation(IOperation element)
Setter for the 'CalledOperation' [0..1] association.
|
void |
IBpmnSendTask.setCalledOperation(IOperation element)
Setter for the 'CalledOperation' [0..1] association.
|
void |
IBpmnReceiveTask.setCalledOperation(IOperation element)
Setter for the 'CalledOperation' [0..1] association.
|
void |
IBpmnCallActivity.setCalledOperation(IOperation element)
Setter for the 'CalledOperation' [0..1] association.
|
void |
IBpmnOperation.setImplementationRef(IOperation element)
Setter for the 'ImplementationRef' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
IOperation |
ICallOperationAction.getCalled()
Get the Called association.
|
IOperation |
IAcceptCallEventAction.getCalled()
Get the Called association.
|
Modifier and Type | Method and Description |
---|---|
void |
ICallOperationAction.setCalled(IOperation element)
Setter for the 'Called' [1..1] association.
|
void |
IAcceptCallEventAction.setCalled(IOperation element)
Setter for the 'Called' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
IOperation |
ISignal.getOBase()
Get the OBase association.
|
IOperation |
IBehavior.getOwnerOperation()
Get the OwnerOperation association.
|
Modifier and Type | Method and Description |
---|---|
void |
ISignal.setOBase(IOperation element)
Setter for the 'OBase' [0..1] association.
|
void |
IBehavior.setOwnerOperation(IOperation element)
Setter for the 'OwnerOperation' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
IOperation |
ICommunicationMessage.getInvoked()
Get the Invoked association.
|
Modifier and Type | Method and Description |
---|---|
void |
ICommunicationMessage.setInvoked(IOperation element)
Setter for the 'Invoked' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
IOperation |
IMessage.getInvoked()
Get the Invoked association.
|
Modifier and Type | Method and Description |
---|---|
void |
IMessage.setInvoked(IOperation element)
Setter for the 'Invoked' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
IOperation |
IEvent.getCalled()
Get the Called association.
|
IOperation |
ITransition.getProcessed()
Get the Processed association.
|
Modifier and Type | Method and Description |
---|---|
void |
IEvent.setCalled(IOperation element)
Setter for the 'Called' [0..1] association.
|
void |
ITransition.setProcessed(IOperation element)
Setter for the 'Processed' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
<T extends IOperation> |
IOperation.getRedefinition(Class<T> filteredClass)
Get the list of ObOperation to the Redefinition association.
|
Modifier and Type | Method and Description |
---|---|
IOperation |
ITemplateBinding.getBoundOperation()
Get the BoundOperation association.
|
IOperation |
IParameter.getComposed()
Get the Composed association.
|
IOperation |
IPackageImport.getImportingOperation()
Get the ImportingOperation association.
|
IOperation |
IElementImport.getImportingOperation()
Get the ImportingOperation association.
|
IOperation |
ITemplateBinding.getInstanciatedTemplateOperation()
Get the InstanciatedTemplateOperation association.
|
IOperation |
ICollaborationUse.getORepresented()
Get the ORepresented association.
|
IOperation |
ICollaboration.getORepresented()
Get the ORepresented association.
|
IOperation |
ITemplateParameter.getParameterizedOperation()
Get the ParameterizedOperation association.
|
IOperation |
IOperation.getRedefines()
Get the Redefines association.
|
IOperation |
IParameter.getReturned()
Get the Returned association.
|
IOperation |
IRaisedException.getThrower()
Get the Thrower association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IOperation> |
IOperation.getRedefinition()
Get the list of ObOperation to the Redefinition association.
|
Modifier and Type | Method and Description |
---|---|
void |
IOperation.addRedefinition(IOperation element)
Add a ObOperation to the 'Redefinition' association.
|
void |
IOperation.removeRedefinition(IOperation element)
Remove an ObOperation from the 'Redefinition' association.
|
void |
ITemplateBinding.setBoundOperation(IOperation element)
Setter for the 'BoundOperation' [0..1] association.
|
void |
IParameter.setComposed(IOperation element)
Setter for the 'Composed' [0..1] association.
|
void |
IPackageImport.setImportingOperation(IOperation element)
Setter for the 'ImportingOperation' [0..1] association.
|
void |
IElementImport.setImportingOperation(IOperation element)
Setter for the 'ImportingOperation' [0..1] association.
|
void |
ITemplateBinding.setInstanciatedTemplateOperation(IOperation element)
Setter for the 'InstanciatedTemplateOperation' [0..1] association.
|
void |
ICollaborationUse.setORepresented(IOperation element)
Setter for the 'ORepresented' [0..1] association.
|
void |
ICollaboration.setORepresented(IOperation element)
Setter for the 'ORepresented' [0..1] association.
|
void |
ITemplateParameter.setParameterizedOperation(IOperation element)
Setter for the 'ParameterizedOperation' [0..1] association.
|
void |
IOperation.setRedefines(IOperation element)
Setter for the 'Redefines' [0..1] association.
|
void |
IParameter.setReturned(IOperation element)
Setter for the 'Returned' [0..1] association.
|
void |
IRaisedException.setThrower(IOperation element)
Setter for the 'Thrower' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IOperation.cardRedefinition(Class<? extends IOperation> filteredClass)
Returns the number elements in the Redefinition association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitOperation(IOperation theOperation) |
Object |
DefaultMetamodelVisitor.visitOperation(IOperation theOperation) |
Object |
AbstractMetamodelVisitor.visitOperation(IOperation theOperation) |