public abstract class Param2containmentProcessor extends java.lang.Object implements IMatchProcessor<Param2containmentMatch>
| Constructor and Description |
|---|
Param2containmentProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
process(java.lang.Object pSource,
java.lang.Object pTarget,
Trace pTrace,
Containment pContainment)
Defines the action that is to be executed on each match.
|
void |
process(Param2containmentMatch match)
Defines the action that is to be executed on each match.
|
public abstract void process(java.lang.Object pSource,
java.lang.Object pTarget,
Trace pTrace,
Containment pContainment)
pSource - the value of pattern parameter source in the currently processed matchpTarget - the value of pattern parameter target in the currently processed matchpTrace - the value of pattern parameter trace in the currently processed matchpContainment - the value of pattern parameter containment in the currently processed matchpublic void process(Param2containmentMatch match)
IMatchProcessorprocess in interface IMatchProcessor<Param2containmentMatch>match - a single match of the pattern that must be processed by the implementation of this method