dk.deepthought.sidious.planner
Interface Planner

All Known Implementing Classes:
PlannerEngine

public interface Planner

Author:
Deepthought

Method Summary
 void requestPlan(Goal goal)
          Requests this planner for a plan to the specified goal.
 void stop(SuperLinkID id)
          Stops generating a plan for the given id.
 

Method Detail

stop

void stop(SuperLinkID id)
Stops generating a plan for the given id.

Parameters:
id - the id

requestPlan

void requestPlan(Goal goal)
Requests this planner for a plan to the specified goal.

Parameters:
goal - the goal to search with respect to


Copyright © Deepthought Development - All Rights Reserved.