org.drools.examples.conway
Class RuleFlowDelegate

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

public class RuleFlowDelegate
extends Object
implements ConwayRuleDelegate


Constructor Summary
RuleFlowDelegate()
           
 
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

RuleFlowDelegate

public RuleFlowDelegate()
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.