| Package | Description |
|---|---|
| org.eclipse.emf.ecore |
Provides an API for the Ecore dialect of
UML.
|
| org.eclipse.emf.ecore.impl |
Provides an implementation of Ecore.
|
| org.eclipse.emf.ecore.util |
Provides utilities.
|
| Modifier and Type | Method and Description |
|---|---|
EOperation.Internal.InvocationDelegate |
EOperation.Internal.InvocationDelegate.Factory.createInvocationDelegate(EOperation operation)
Creates the invocation delegate for the specified operation.
|
EOperation.Internal.InvocationDelegate |
EOperation.Internal.getInvocationDelegate()
Obtains the delegate for this operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EOperation.Internal.setInvocationDelegate(EOperation.Internal.InvocationDelegate invocationDelegate)
Assigns a delegate to this operation.
|
| Modifier and Type | Field and Description |
|---|---|
protected EOperation.Internal.InvocationDelegate |
EOperationImpl.invocationDelegate |
| Modifier and Type | Method and Description |
|---|---|
protected EOperation.Internal.InvocationDelegate |
BasicEObjectImpl.eInvocationDelegate(EOperation eOperation) |
EOperation.Internal.InvocationDelegate |
EOperationImpl.getInvocationDelegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
EOperationImpl.setInvocationDelegate(EOperation.Internal.InvocationDelegate invocationDelegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicInvocationDelegate
A basic implementation of the dynamic operation-invocation delegate API.
|
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature