public class Condition {
public abstract static Condition interpretInput(Percept);
public abstract boolean matches (Condition);
}