Class MotionTimer<T extends Motion>

All Implemented Interfaces:
Motion, RoleStateChange, IAnnotatedComponent
Direct Known Subclasses:
BodyMotionTimer, HeadMotionTimer

public abstract class MotionTimer<T extends Motion> extends MotionBase
  • Field Details

    • motion

      protected final T extends Motion motion
    • atLeastSeconds

      protected final double atLeastSeconds
    • atMostSeconds

      protected final double atMostSeconds
    • activeTime

      protected double activeTime
    • timeToLive

      protected double timeToLive
  • Constructor Details

  • Method Details