dk.deepthought.sidious.planner
Class PlanGenerator

java.lang.Object
  extended by dk.deepthought.sidious.planner.PlanGenerator

public class PlanGenerator
extends java.lang.Object

This class is responsible for generating a plan from a already searched graph.

Author:
Deepthought

Field Summary
private static org.apache.commons.logging.Log logger
          Logger for this class.
 
Constructor Summary
PlanGenerator()
           
 
Method Summary
static Plan generatePlan(Graph graph)
          This method traverses the Graph and generates a Plan from that result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static final org.apache.commons.logging.Log logger
Logger for this class.

Constructor Detail

PlanGenerator

public PlanGenerator()
Method Detail

generatePlan

public static Plan generatePlan(Graph graph)
This method traverses the Graph and generates a Plan from that result.



Copyright © Deepthought Development - All Rights Reserved.