JavaAIAgentPlanner

constructor(stateType: Class<State>, planType: Class<Plan>)(source)

Constructor for JavaAIAgentPlanner.

Parameters

stateType

The type of the state.

planType

The type of the plan.


constructor()(source)

Simplified constructor for JavaAIAgentPlanner. note: if you use features which require serialization, you should use the other constructor and provide the type tokens for the state and plan types.