|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Interface for message filtering the message filter performs transformation of message lists. Such transformation can be both simple as in case of trivial sorting or smart enough as in case of some AI-based summary/annotation generator
| Method Summary | |
java.lang.String[] |
analyzersRequired()
gives names of analyzers required to produce messages of interest for the filter. |
MessageList |
apply(MessageList list)
Perform filtering of the message list according to preconfigured parameters |
java.lang.String |
description()
gives the informative description of the filter |
IParameterRegistry |
getParameterRegistry()
Returns the parameter registry that holds the parameters of this extension. |
java.lang.String |
name()
gives the short name of message filter. |
| Methods inherited from interface com.togethersoft.sca.core.IExtensionExecutable |
setParameters |
| Method Detail |
public java.lang.String[] analyzersRequired()
public MessageList apply(MessageList list)
list - the input message listpublic java.lang.String description()
public IParameterRegistry getParameterRegistry()
public java.lang.String name()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||