uk.ac.ed.inf.sdp2012.group7.strategy
Class Strategy

java.lang.Object
  extended by uk.ac.ed.inf.sdp2012.group7.strategy.Strategy

public class Strategy
extends java.lang.Object

Milestones so far


Field Summary
static org.apache.log4j.Logger logger
           
 
Constructor Summary
Strategy()
           
 
Method Summary
 ControlInterface getControlInterface()
           
 void startPlanningThread(int plan_type)
           
 void stopPlanningThread()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static final org.apache.log4j.Logger logger
Constructor Detail

Strategy

public Strategy()
Method Detail

startPlanningThread

public void startPlanningThread(int plan_type)

stopPlanningThread

public void stopPlanningThread()

getControlInterface

public ControlInterface getControlInterface()