Axon.__init__.py

Version: Axon 1.0

Stub file allowing "import Axon". Imports all the major Axon modules. It also performs some initial important initialisation:

    Microprocess.microprocess.setSchedulerClass(Scheduler.scheduler)
    Microprocess.microprocess.setTrackerClass(None)
    CoordinatingAssistantTracker.coordinatingassistanttracker()
    Scheduler.scheduler() # Initialise the class.

from Axon import * results in the following names being imported into your namespace:

  • AdaptiveCommsComponent Axon AxonExceptions AxonObject AxonType Component CoordinatingAssistantTracker Ipc Linkage Microprocess Postman Scheduler debug debugConfigFile idGen util

These are all module level names.

Pydoc Style Documentation

Package Contents:

  • AdaptiveCommsComponent
  • Axon
  • AxonExceptions
  • Component
  • CoordinatingAssistantTracker
  • Ipc
  • Linkage
  • Microprocess
  • Postman
  • Scheduler
  • debug
  • debugConfigFile
  • idGen
  • util

Testdoc Documentation

NA

TODO: What sort of testing is appropriate for Axon.__init__.py ?

Michael, December 2004

 

Kamaelia is an open source project originated from and guided by BBC Research. For more information browse the site or get in contact.

This is an ongoing community based development site. As a result the contents of this page is the opinions of the contributors of the pages involved not the organisations involved. Specificially, this page may contain personal views which are not the views of the BBC. (the site is powered by a wiki engine)

(C) Copyright 2008 Kamaelia Contributors, including the British Broadcasting Corporation, All Rights Reserved

This web site is powered by the same code created for the bicker manor project. For more details, contact Michael Sparks at BBC Research directly (cf contact)