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