Modifier and Type | Method and Description |
---|---|
Operation |
IUmlModel.createOperation()
Create an Operation.
|
Operation |
IUmlModel.createOperation(java.lang.String name,
Classifier owner)
Create an Operation.
|
Operation |
IUmlModel.createOperation(java.lang.String name,
Classifier owner,
Stereotype stereotype)
Create a stereotyped Operation.
|
Operation |
IUmlModel.createOperation(java.lang.String name,
Classifier owner,
java.lang.String moduleName,
java.lang.String stereotypeName) |
Modifier and Type | Method and Description |
---|---|
ElementImport |
IUmlModel.createElementImport(Operation source,
NameSpace destination)
Create an ElementImport between an Operation and a NameSpace.
|
Parameter |
IUmlModel.createIOParameter(java.lang.String name,
GeneralClass type,
Operation owner)
Create an OParameter.
|
Parameter |
IUmlModel.createIOParameter(java.lang.String name,
GeneralClass type,
Operation owner,
Stereotype stereotype)
Create a stereotyped IOParameter.
|
Parameter |
IUmlModel.createIOParameter(java.lang.String name,
GeneralClass type,
Operation owner,
java.lang.String moduleName,
java.lang.String stereotypeName) |
Message |
IUmlModel.createMessage(MessageSort sort,
Operation invoked)
Create a Message.
|
PackageImport |
IUmlModel.createPackageImport(Operation source,
Package destination)
Create a PackageImport between an Operation and a Package.
|
Parameter |
IUmlModel.createReturnParameter(java.lang.String name,
GeneralClass type,
Operation owner)
Create an ReturnParameter.
|
Parameter |
IUmlModel.createReturnParameter(java.lang.String name,
GeneralClass type,
Operation owner,
Stereotype stereotype)
Create a stereotyped ReturnParameter.
|
Parameter |
IUmlModel.createReturnParameter(java.lang.String name,
GeneralClass type,
Operation owner,
java.lang.String moduleName,
java.lang.String stereotypeName) |
Modifier and Type | Method and Description |
---|---|
Operation |
IStandardModelFactory.createOperation() |
Operation |
IStandardModelFactory.createOperation(java.lang.String name,
Classifier owner) |
Operation |
IStandardModelFactory.createOperation(java.lang.String name,
Classifier owner,
Stereotype stereotype) |
Operation |
IStandardModelFactory.createOperation(java.lang.String name,
Classifier owner,
java.lang.String moduleName,
java.lang.String stereotypeName) |
Modifier and Type | Method and Description |
---|---|
ElementImport |
IStandardModelFactory.createElementImport(Operation source,
NameSpace destination) |
Parameter |
IStandardModelFactory.createIOParameter(java.lang.String name,
GeneralClass type,
Operation owner)
|
Parameter |
IStandardModelFactory.createIOParameter(java.lang.String name,
GeneralClass type,
Operation owner,
Stereotype stereotype)
|
Parameter |
IStandardModelFactory.createIOParameter(java.lang.String name,
GeneralClass type,
Operation owner,
java.lang.String moduleName,
java.lang.String stereotypeName) |
Message |
IStandardModelFactory.createMessage(MessageSort sort,
Operation invoked) |
PackageImport |
IStandardModelFactory.createPackageImport(Operation source,
Package destination) |
Parameter |
IStandardModelFactory.createReturnParameter(java.lang.String name,
GeneralClass type,
Operation owner) |
Parameter |
IStandardModelFactory.createReturnParameter(java.lang.String name,
GeneralClass type,
Operation owner,
Stereotype stereotype) |
Parameter |
IStandardModelFactory.createReturnParameter(java.lang.String name,
GeneralClass type,
Operation owner,
java.lang.String moduleName,
java.lang.String stereotypeName) |
Modifier and Type | Method and Description |
---|---|
Operation |
CallOperationAction.getCalled()
Getter for relation 'CallOperationAction->Called'
Metamodel description:
The Operation to be invoked by the action execution.
|
Operation |
AcceptCallEventAction.getCalled()
Getter for relation 'AcceptCallEventAction->Called'
Metamodel description:
The Operation invoked by the call event.
|
Modifier and Type | Method and Description |
---|---|
void |
CallOperationAction.setCalled(Operation value)
Setter for relation 'CallOperationAction->Called'
Metamodel description:
The Operation to be invoked by the action execution.
|
void |
AcceptCallEventAction.setCalled(Operation value)
Setter for relation 'AcceptCallEventAction->Called'
Metamodel description:
The Operation invoked by the call event.
|
Modifier and Type | Method and Description |
---|---|
Operation |
Event.getCalled()
Getter for relation 'Event->Called'
Metamodel description:
Direct link to an Operation in case of a call Event.
|
Operation |
Signal.getOBase()
Getter for relation 'Signal->OBase'
Metamodel description:
The Operation that the Signal may represent.
|
Operation |
Behavior.getOwnerOperation()
Getter for relation 'Behavior->OwnerOperation'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
Event.setCalled(Operation value)
Setter for relation 'Event->Called'
Metamodel description:
Direct link to an Operation in case of a call Event.
|
void |
Signal.setOBase(Operation value)
Setter for relation 'Signal->OBase'
Metamodel description:
The Operation that the Signal may represent.
|
void |
Behavior.setOwnerOperation(Operation value)
Setter for relation 'Behavior->OwnerOperation'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
Operation |
CommunicationMessage.getInvoked()
Getter for relation 'CommunicationMessage->Invoked'
Metamodel description:
The Operation is invoked by the Message.
|
Modifier and Type | Method and Description |
---|---|
void |
CommunicationMessage.setInvoked(Operation value)
Setter for relation 'CommunicationMessage->Invoked'
Metamodel description:
The Operation is invoked by the Message.
|
Modifier and Type | Method and Description |
---|---|
Operation |
Message.getInvoked()
Getter for relation 'Message->Invoked'
Metamodel description:
The Operation that is invoked by the Message.
|
Modifier and Type | Method and Description |
---|---|
void |
Message.setInvoked(Operation value)
Setter for relation 'Message->Invoked'
Metamodel description:
The Operation that is invoked by the Message.
|
Modifier and Type | Method and Description |
---|---|
Operation |
Transition.getProcessed()
Getter for relation 'Transition->Processed'
Metamodel description:
The Operation processed once the Transition is triggered.
|
Modifier and Type | Method and Description |
---|---|
void |
Transition.setProcessed(Operation value)
Setter for relation 'Transition->Processed'
Metamodel description:
The Operation processed once the Transition is triggered.
|
Modifier and Type | Method and Description |
---|---|
<T extends Operation> |
Classifier.getOwnedOperation(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Classifier->OwnedOperation'
Metamodel description:
null
|
<T extends Operation> |
Operation.getRedefinition(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Operation->Redefinition'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
Operation |
TemplateBinding.getBoundOperation()
Getter for relation 'TemplateBinding->BoundOperation'
Metamodel description:
null
|
Operation |
Parameter.getComposed()
Getter for relation 'Parameter->Composed'
Metamodel description:
null
|
Operation |
ElementImport.getImportingOperation()
Getter for relation 'ElementImport->ImportingOperation'
Metamodel description:
null
|
Operation |
PackageImport.getImportingOperation()
Getter for relation 'PackageImport->ImportingOperation'
Metamodel description:
null
|
Operation |
TemplateBinding.getInstanciatedTemplateOperation()
Getter for relation 'TemplateBinding->InstanciatedTemplateOperation'
Metamodel description:
The element that is bound by this Binding.
|
Operation |
Collaboration.getORepresented()
Getter for relation 'Collaboration->ORepresented'
Metamodel description:
null
|
Operation |
CollaborationUse.getORepresented()
Getter for relation 'CollaborationUse->ORepresented'
Metamodel description:
null
|
Operation |
TemplateParameter.getParameterizedOperation()
Getter for relation 'TemplateParameter->ParameterizedOperation'
Metamodel description:
null
|
Operation |
Operation.getRedefines()
Getter for relation 'Operation->Redefines'
Metamodel description:
null
|
Operation |
Parameter.getReturned()
Getter for relation 'Parameter->Returned'
Metamodel description:
null
|
Operation |
RaisedException.getThrower()
Getter for relation 'RaisedException->Thrower'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Operation> |
Classifier.getOwnedOperation()
Getter for relation 'Classifier->OwnedOperation'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<Operation> |
Operation.getRedefinition()
Getter for relation 'Operation->Redefinition'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
TemplateBinding.setBoundOperation(Operation value)
Setter for relation 'TemplateBinding->BoundOperation'
Metamodel description:
null
|
void |
Parameter.setComposed(Operation value)
Setter for relation 'Parameter->Composed'
Metamodel description:
null
|
void |
ElementImport.setImportingOperation(Operation value)
Setter for relation 'ElementImport->ImportingOperation'
Metamodel description:
null
|
void |
PackageImport.setImportingOperation(Operation value)
Setter for relation 'PackageImport->ImportingOperation'
Metamodel description:
null
|
void |
TemplateBinding.setInstanciatedTemplateOperation(Operation value)
Setter for relation 'TemplateBinding->InstanciatedTemplateOperation'
Metamodel description:
The element that is bound by this Binding.
|
void |
Collaboration.setORepresented(Operation value)
Setter for relation 'Collaboration->ORepresented'
Metamodel description:
null
|
void |
CollaborationUse.setORepresented(Operation value)
Setter for relation 'CollaborationUse->ORepresented'
Metamodel description:
null
|
void |
TemplateParameter.setParameterizedOperation(Operation value)
Setter for relation 'TemplateParameter->ParameterizedOperation'
Metamodel description:
null
|
void |
Operation.setRedefines(Operation value)
Setter for relation 'Operation->Redefines'
Metamodel description:
null
|
void |
Parameter.setReturned(Operation value)
Setter for relation 'Parameter->Returned'
Metamodel description:
null
|
void |
RaisedException.setThrower(Operation value)
Setter for relation 'RaisedException->Thrower'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitOperation(Operation obj) |
java.lang.Object |
IModelVisitor.visitOperation(Operation obj) |
java.lang.Object |
DefaultModelVisitor.visitOperation(Operation obj) |
default java.lang.Object |
IAbstractModelVisitor.visitOperation(Operation obj) |
default java.lang.Object |
IDefaultModelVisitor.visitOperation(Operation obj) |