// methods //


    // method: determine the (boolean) state of this Dependency Requisite //
    public override bool state()
    {
        return((Time.time - Flipper.lastFlippingTime()) <= 1f);
    }