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 = None restrict the eaters which can be linked with this component to this type |
|||
feederType = None restrict the feeders which can be linked with this component to this type |
|||
componentType = None the type of the component, such as ogg-muxer, this is not mandatory in the class, can also be set in the instance. |
|||
isAtmosphereComponent = False if 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 help(type(x)) 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 Tue Aug 13 06:16:58 2013 | http://epydoc.sourceforge.net |