public abstract class Trace2targetProcessor extends java.lang.Object implements IMatchProcessor<Trace2targetMatch>
| Constructor and Description |
|---|
Trace2targetProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
process(org.eclipse.emf.ecore.EObject pTarget,
Trace pTrace)
Defines the action that is to be executed on each match.
|
void |
process(Trace2targetMatch match)
Defines the action that is to be executed on each match.
|
public abstract void process(org.eclipse.emf.ecore.EObject pTarget,
Trace pTrace)
pTarget - the value of pattern parameter target in the currently processed matchpTrace - the value of pattern parameter trace in the currently processed matchpublic void process(Trace2targetMatch match)
IMatchProcessorprocess in interface IMatchProcessor<Trace2targetMatch>match - a single match of the pattern that must be processed by the implementation of this method