org.drools.examples.conway
Class AbstractRunConway

java.lang.Object
  extended by org.drools.examples.conway.AbstractRunConway
Direct Known Subclasses:
ConwayAgendaGroupRun, ConwayRuleFlowGroupRun

public class AbstractRunConway
extends Object


Field Summary
static int AGENDAGROUP
           
static int RULEFLOWGROUP
           
 
Constructor Summary
AbstractRunConway()
           
 
Method Summary
static void start(int executionControl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AGENDAGROUP

public static final int AGENDAGROUP
See Also:
Constant Field Values

RULEFLOWGROUP

public static final int RULEFLOWGROUP
See Also:
Constant Field Values
Constructor Detail

AbstractRunConway

public AbstractRunConway()
Method Detail

start

public static void start(int executionControl)


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