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