A <class>ComponentSet</class> object represents a set of <class>Component</class> objects It is used to associate Components that otherwise are unrelated. More...


Public Member Functions | |
| _.Library.Status | AddComponent (Inventory.Component component) |
| Adds a newcomponent to this set, represented as a subcomponent. | |
Static Public Attributes | |
| XMLNAME = None | |
| The element name used in the XML representation of the component. | |
| XMLTYPE = None | |
| The identifier used to distinguish the type of this component in the XML representation. | |
Static Public Attributes inherited from Component | |
| XMLNAME = None | |
| The element name used in the XML representation of the component. | |
| XMLTYPE = None | |
| The identifier used to distinguish the type of this component in the XML representation. | |
Additional Inherited Members | |
Public Attributes inherited from Component | |
| Name | |
| The name of this component, which distinguishes it from other components of the same type. More... | |
| ParentComponent | |
| The parent component of this component. More... | |
| Scan | |
| The <class>Scan</class> which found this component. More... | |
| SubComponents | |
| The subcomponents of this component. More... | |
A <class>ComponentSet</class> object represents a set of <class>Component</class> objects It is used to associate Components that otherwise are unrelated.