public class Leaf {
    /** Is this leaf connected to the tree or is it fallen? */
    boolean isAlive;
}