private static final class AnimationStateMachine.ParameterResolver extends java.lang.Object implements java.util.function.Function<java.lang.String,ITimeValue>
Modifier and Type | Field and Description |
---|---|
private AnimationStateMachine |
asm |
private com.google.common.collect.ImmutableMap<java.lang.String,ITimeValue> |
customParameters |
Constructor and Description |
---|
ParameterResolver(com.google.common.collect.ImmutableMap<java.lang.String,ITimeValue> customParameters) |
Modifier and Type | Method and Description |
---|---|
ITimeValue |
apply(java.lang.String name) |
private final com.google.common.collect.ImmutableMap<java.lang.String,ITimeValue> customParameters
private AnimationStateMachine asm
public ParameterResolver(com.google.common.collect.ImmutableMap<java.lang.String,ITimeValue> customParameters)
public ITimeValue apply(java.lang.String name)
apply
in interface java.util.function.Function<java.lang.String,ITimeValue>