Interface StepwisePlanner

  • All Known Implementing Classes:
    DefaultStepwisePlanner

    public interface StepwisePlanner
    Interface for planner that creates a Stepwise plan using Mrkl systems.
    • Method Detail

      • createPlan

        Plan createPlan​(String goal)
        Create a plan for a goal.
        Parameters:
        goal - The goal to create a plan for.
        Returns:
        The plan.