public abstract class OperationReturnResultProcessor extends java.lang.Object implements IMatchProcessor<OperationReturnResultMatch>
| Constructor and Description |
|---|
OperationReturnResultProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
process(org.eclipse.uml2.uml.Operation pSelf,
org.eclipse.uml2.uml.Parameter pTemp1)
Defines the action that is to be executed on each match.
|
void |
process(OperationReturnResultMatch match)
Defines the action that is to be executed on each match.
|
public abstract void process(org.eclipse.uml2.uml.Operation pSelf,
org.eclipse.uml2.uml.Parameter pTemp1)
pSelf - the value of pattern parameter self in the currently processed matchpTemp1 - the value of pattern parameter temp1 in the currently processed matchpublic void process(OperationReturnResultMatch match)
IMatchProcessorprocess in interface IMatchProcessor<OperationReturnResultMatch>match - a single match of the pattern that must be processed by the implementation of this method