Package org.drools.examples.conway
Class AgendaGroupDelegate
- java.lang.Object
-
- org.drools.examples.conway.AgendaGroupDelegate
-
- All Implemented Interfaces:
ConwayRuleDelegate
public class AgendaGroupDelegate extends Object implements ConwayRuleDelegate
-
-
Constructor Summary
Constructors Constructor Description AgendaGroupDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.runtime.KieSessiongetSession()voidinit()voidkillAll()booleannextGeneration()
-
-
-
Method Detail
-
getSession
public org.kie.api.runtime.KieSession getSession()
- Specified by:
getSessionin interfaceConwayRuleDelegate
-
init
public void init()
- Specified by:
initin interfaceConwayRuleDelegate
-
nextGeneration
public boolean nextGeneration()
- Specified by:
nextGenerationin interfaceConwayRuleDelegate
-
killAll
public void killAll()
- Specified by:
killAllin interfaceConwayRuleDelegate
-
-