All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.drools.examples.conway.Phase Maven / Gradle / Ivy

The newest version!
package org.drools.examples.conway;

public class Phase {
    public static final int EVALUATE = 0;
    public static final int KILL     = 1;
    public static final int BIRTH    = 2;
    public static final int DONE     = 3;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy