| Modifier and Type | Method and Description |
|---|---|
protected Operation |
Classes.addOperation(Class_ owner,
String name,
VisibilityKind visibility) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Classes.addParameter(Operation operation,
String name,
ParameterDirectionKind direction,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
Execution |
ImplementationObject.dispatch(Operation operation) |
void |
OperationExecution.set(ImplementationObject context,
Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
Execution |
DispatchStrategy.dispatch(Object_ object,
Operation operation) |
Execution |
Reference.dispatch(Operation operation) |
Execution |
Object_.dispatch(Operation operation) |
Behavior |
RedefinitionBasedDispatchStrategy.getMethod(Object_ object,
Operation operation) |
abstract Behavior |
DispatchStrategy.getMethod(Object_ object,
Operation operation) |
boolean |
RedefinitionBasedDispatchStrategy.operationsMatch(Operation ownedOperation,
Operation baseOperation) |
| Modifier and Type | Field and Description |
|---|---|
Operation |
CallOperationAction.operation |
| Modifier and Type | Method and Description |
|---|---|
void |
CallOperationAction.setOperation(Operation operation) |
| Modifier and Type | Field and Description |
|---|---|
Operation |
Parameter.operation |
| Modifier and Type | Method and Description |
|---|---|
Operation |
OperationList.getValue(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
Parameter._setOperation(Operation operation) |
void |
Class_.addOwnedOperation(Operation ownedOperation) |
void |
Operation.addRedefinedOperation(Operation redefinedOperation) |
void |
OperationList.addValue(int i,
Operation v) |
void |
OperationList.addValue(Operation v) |
void |
OperationList.setValue(int i,
Operation v) |
| Modifier and Type | Method and Description |
|---|---|
protected Operation |
ClassifierFactory.getOperation(Class_ class_,
String operationName) |
protected Operation |
ActivityFactory.getOperation(Class_ class_,
String operationName) |
| Modifier and Type | Method and Description |
|---|---|
protected Activity |
ActivityFactory.createInstanceGetter(Classifier classifier,
Operation operation,
Value value) |
| Modifier and Type | Method and Description |
|---|---|
Execution |
ImplementationObject.dispatch(Operation operation) |
void |
OperationExecution.set(ImplementationObject context,
Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InMemoryRepository.collectOperations(Class_ clss,
List<Operation> operations) |
Copyright © 2016. All rights reserved.