org.drools.examples.conway
Class Phase

java.lang.Object
  extended by org.drools.examples.conway.Phase

public class Phase
extends Object


Field Summary
static int BIRTH
           
static int DONE
           
static int EVALUATE
           
static int KILL
           
 
Constructor Summary
Phase()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVALUATE

public static final int EVALUATE
See Also:
Constant Field Values

KILL

public static final int KILL
See Also:
Constant Field Values

BIRTH

public static final int BIRTH
See Also:
Constant Field Values

DONE

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

Phase

public Phase()


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