public abstract class ActivityGroupContainedNodeProcessor extends java.lang.Object implements IMatchProcessor<ActivityGroupContainedNodeMatch>
| Constructor and Description |
|---|
ActivityGroupContainedNodeProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
process(org.eclipse.uml2.uml.ActivityGroup pSource,
org.eclipse.uml2.uml.ActivityNode pTarget)
Defines the action that is to be executed on each match.
|
void |
process(ActivityGroupContainedNodeMatch match)
Defines the action that is to be executed on each match.
|
public abstract void process(org.eclipse.uml2.uml.ActivityGroup pSource,
org.eclipse.uml2.uml.ActivityNode 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(ActivityGroupContainedNodeMatch match)
IMatchProcessorprocess in interface IMatchProcessor<ActivityGroupContainedNodeMatch>match - a single match of the pattern that must be processed by the implementation of this method