Cookbook : Pipelines and Graphlines Discussion Please discuss this on the discussion page for this page Fairly early on you'll want a quick an easy way to link your components together. To actually build a useful system you need to set up linkages to get data from one component's outbox to another component's inbox. Pipelines and Graphlines are the two simplest and most common ways of doing this. Find out more about using Pipelines here Pipeline and Graphline are, themselves, components. Pipeline wires components together in a long chain. For example:from Kamaelia.Chassis.Pipeline import Pipeline Find out more about Graphlines here Whereas a Graphline wires components together in any way you want - you specify each individual link. For example:from Kamaelia.UI.Pygame.Button import Button -- 17 Dec 2006 - Matt Hammond |
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