org.drools.examples.conway
Interface ConwayRuleDelegate

All Known Implementing Classes:
AgendaGroupDelegate, RuleFlowDelegate

public interface ConwayRuleDelegate


Method Summary
 org.drools.runtime.StatefulKnowledgeSession getSession()
           
 void init()
           
 void killAll()
           
 boolean nextGeneration()
           
 

Method Detail

getSession

org.drools.runtime.StatefulKnowledgeSession getSession()

init

void init()

nextGeneration

boolean nextGeneration()

killAll

void killAll()


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