Package flumotion :: Package common :: Module registry :: Class RegistryEntryComponent
[show private | hide private]
[frames | no frames]

Class RegistryEntryComponent


I represent a <component> entry in the registry
Method Summary
  __init__(self, filename, type, source, base, properties, files, entries, eaters, feeders, needs_sync, clock_priority)
  getBase(self)
  getClockPriority(self)
  getEaters(self)
  getEntries(self)
  getEntryByType(self, type)
Get the entry point for the given type of entry.
  getFeeders(self)
  getFiles(self)
  getGUIEntry(self)
  getNeedsSynchronization(self)
list of RegistryEntryProperty getProperties(self)
Get a list of all properties.
  getSource(self)
  getType(self)
  hasProperty(self, name)
Check if the component has a property with the given name.

Class Variable Summary
str __pychecker__ = 'maxargs=12'

Method Details

__init__(self, filename, type, source, base, properties, files, entries, eaters, feeders, needs_sync, clock_priority)
(Constructor)

Parameters:
properties
           (type=dict of str -> RegistryEntryProperty)
entries - dict of type -> entry
           (type=dict of str -> RegistryEntryEntry)

getEntryByType(self, type)

Get the entry point for the given type of entry.
Parameters:
type
           (type=string)

getProperties(self)

Get a list of all properties.
Returns:
list of RegistryEntryProperty

hasProperty(self, name)

Check if the component has a property with the given name.

Class Variable Details

__pychecker__

Type:
str
Value:
'maxargs=12'                                                           

Generated by Epydoc 2.1 on Sun Mar 5 11:22:41 2006 http://epydoc.sf.net