org.drools.examples.conway
Class AgendaGroupDelegate

java.lang.Object
  extended by org.drools.examples.conway.AgendaGroupDelegate
All Implemented Interfaces:
ConwayRuleDelegate

public class AgendaGroupDelegate
extends Object
implements ConwayRuleDelegate


Constructor Summary
AgendaGroupDelegate()
           
 
Method Summary
 org.drools.runtime.StatefulKnowledgeSession getSession()
           
 void init()
           
 void killAll()
           
 boolean nextGeneration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgendaGroupDelegate

public AgendaGroupDelegate()
Method Detail

getSession

public org.drools.runtime.StatefulKnowledgeSession getSession()
Specified by:
getSession in interface ConwayRuleDelegate

init

public void init()
Specified by:
init in interface ConwayRuleDelegate

nextGeneration

public boolean nextGeneration()
Specified by:
nextGeneration in interface ConwayRuleDelegate

killAll

public void killAll()
Specified by:
killAll in interface ConwayRuleDelegate


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.