|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Matcher
Matcher interface for Rule matchers. The Matcher is configured via the init(MatchType) method in configuration time, and called via the match(RuleContext) method in runtime.
| Method Summary | |
|---|---|
void |
init(MatchType configuration)
Initializes the matcher. |
boolean |
match(RuleContext c)
Run-time matching. |
| Method Detail |
|---|
void init(MatchType configuration)
configuration - parsed XML configuration.boolean match(RuleContext c)
c - the RuleContext to use.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||