Interface AgentStateFactory<State extends AgentState>

Type Parameters:
State - the type of the agent state
All Superinterfaces:
Function<Map<String,Object>,State>

public interface AgentStateFactory<State extends AgentState> extends Function<Map<String,Object>,State>
A factory interface for creating instances of AgentState.