Class AnimationStateMachine.ParameterResolver

  • All Implemented Interfaces:
    java.util.function.Function<java.lang.String,​ITimeValue>
    Enclosing class:
    AnimationStateMachine

    private static final class AnimationStateMachine.ParameterResolver
    extends java.lang.Object
    implements java.util.function.Function<java.lang.String,​ITimeValue>
    • Constructor Summary

      Constructors 
      Constructor Description
      ParameterResolver​(com.google.common.collect.ImmutableMap<java.lang.String,​ITimeValue> customParameters)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ITimeValue apply​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Field Detail

      • customParameters

        private final com.google.common.collect.ImmutableMap<java.lang.String,​ITimeValue> customParameters
    • Constructor Detail

      • ParameterResolver

        public ParameterResolver​(com.google.common.collect.ImmutableMap<java.lang.String,​ITimeValue> customParameters)
    • Method Detail

      • apply

        public ITimeValue apply​(java.lang.String name)
        Specified by:
        apply in interface java.util.function.Function<java.lang.String,​ITimeValue>