Kamaelia.Visualisation.Axon.AxonVisualiserServer.AxonVisualiserServer
class AxonVisualiserServer(Kamaelia.Visualisation.PhysicsGraph.TopologyViewerServer.TopologyViewerServer)
AxonVisualiserServer(...) -> new AxonVisualiserServer component.
A specialisation of the TopologyViewerServer component for viewing
Axon/Kamaelia systems.
Keyword arguments are those for TopologyViewerServer, excluding:
- particleTypes
- laws
- simCyclesPerRedraw
- extraWindowFurniture
Inboxes
- control : Secondary inbox often used for signals. The closest analogy is unix signals
- inbox : Default inbox for bulk data. Used in a pipeline much like stdin
Outboxes
- outbox : Default data out outbox, used in a pipeline much like stdout
- signal : The default signal based outbox - kinda like stderr, but more for sending singal type signals
Methods defined here
Warning!
You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers.
|