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