public abstract class Param2itemProcessor extends java.lang.Object implements IMatchProcessor<Param2itemMatch>
| Constructor and Description |
|---|
Param2itemProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
process(java.lang.Object pParam,
Trace pTrace,
Item pItem)
Defines the action that is to be executed on each match.
|
void |
process(Param2itemMatch match)
Defines the action that is to be executed on each match.
|
public abstract void process(java.lang.Object pParam,
Trace pTrace,
Item pItem)
pParam - the value of pattern parameter param in the currently processed matchpTrace - the value of pattern parameter trace in the currently processed matchpItem - the value of pattern parameter item in the currently processed matchpublic void process(Param2itemMatch match)
IMatchProcessorprocess in interface IMatchProcessor<Param2itemMatch>match - a single match of the pattern that must be processed by the implementation of this method