public abstract class ActionOutputProcessor extends java.lang.Object implements IMatchProcessor<ActionOutputMatch>
Constructor and Description |
---|
ActionOutputProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
process(ActionOutputMatch match)
Defines the action that is to be executed on each match.
|
abstract void |
process(org.eclipse.uml2.uml.Action pSource,
org.eclipse.uml2.uml.OutputPin pTarget)
Defines the action that is to be executed on each match.
|
public abstract void process(org.eclipse.uml2.uml.Action pSource, org.eclipse.uml2.uml.OutputPin pTarget)
pSource
- the value of pattern parameter source in the currently processed matchpTarget
- the value of pattern parameter target in the currently processed matchpublic void process(ActionOutputMatch match)
IMatchProcessor
process
in interface IMatchProcessor<ActionOutputMatch>
match
- a single match of the pattern that must be processed by the implementation of this method