net.ponder2.mission
Class MissionController

java.lang.Object
  extended by net.ponder2.mission.MissionController
All Implemented Interfaces:
ManagedObject

public class MissionController
extends java.lang.Object
implements ManagedObject

A MissionController is responsible for managing missions in its SMC. It can load, unload, start and stop missions.

Version:
$Id:$
Author:
Kevin Twidle

Constructor Summary
MissionController(P2Object myP2Object, P2Object aDomainFactory, P2Object anEcaPolicyFactory)
          Creates a MissionController using aDomain as the main mission root.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MissionController

public MissionController(P2Object myP2Object,
                         P2Object aDomainFactory,
                         P2Object anEcaPolicyFactory)
                  throws Ponder2Exception
Creates a MissionController using aDomain as the main mission root.

Throws:
Ponder2Exception


Copyright © 2008 Imperial College. All Rights Reserved.