net.ponder2.mission
Class Mission

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

public class Mission
extends java.lang.Object
implements ManagedObject

Describes a mission which can be instantiated at a Mission Controller with a set of given interfaces.

Version:
$Id:$
Author:
Kevin Twidle

Constructor Summary
Mission()
          Creates a new mission with no values set
 
Method Summary
protected  void policyIs(java.lang.String aName, P2Object aBlock)
          Adds a policy block, aBlock, with the name aName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mission

public Mission()
Creates a new mission with no values set

Method Detail

policyIs

protected void policyIs(java.lang.String aName,
                        P2Object aBlock)
Adds a policy block, aBlock, with the name aName

Parameters:
aName -
aBlock -


Copyright © 2008 Imperial College. All Rights Reserved.