Package jadex.rules.rulesystem
Interface IPatternMatcherState
-
- All Known Implementing Classes:
RetePatternMatcherState
public interface IPatternMatcherState
The state specific part of a pattern matcher. Internal interface to be used for implementing new pattern matchers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAgenda
getAgenda()
Get the agenda.void
init()
Initialize the pattern matcher.
-