Class StateTransitionTracker.StateContributionInfo

  • Enclosing class:
    StateTransitionTracker

    public static class StateTransitionTracker.StateContributionInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) float curr  
      (package private) float end  
      (package private) float start  
    • Constructor Summary

      Constructors 
      Constructor Description
      StateContributionInfo​(float start, float end)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float getContribution()  
      (package private) void updateContribution​(float timelinePosition)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • start

        float start
      • end

        float end
      • curr

        float curr
    • Constructor Detail

      • StateContributionInfo

        public StateContributionInfo​(float start,
                                     float end)
    • Method Detail

      • getContribution

        public float getContribution()
      • updateContribution

        void updateContribution​(float timelinePosition)