| Trees | Indices | Help |
|---|
|
|
object --+
|
extern.log.log.Loggable --+
|
Component
I am a Component. A component has a name which identifies it and must be unique within a flow. A component has a list of feeders and a list of eaters and must belong to a worker. The feeder list or the eater list can be empty, but not both at the same time.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| string |
|
||
|
Inherited from Inherited from |
|||
|
|||
eaterType = Nonerestrict the eaters which can be linked with this component to this type |
|||
feederType = Nonerestrict the feeders which can be linked with this component to this type |
|||
componentType = Nonethe type of the component, such as ogg-muxer, this is not mandatory in the class, can also be set in the instance. |
|||
isAtmosphereComponent = Falseif this component should live in the atmosphere instead of in a flow |
|||
|
Inherited from |
|||
|
|||
|
exists if the component already exists, if this is set to true, a configuration saver or validator might chose to ignore this component |
|||
|
name name of the component |
|||
|
|||
| component_type | |||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
repr(x)
|
Add a plug to the component
|
Link two components together
|
Unlink two components from each other
|
Get the names of all the eaters for this component
|
Get the feeder name a component should use to link to
|
|
|||
component_type
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Sep 24 12:49:48 2010 | http://epydoc.sourceforge.net |