Issue 4764: Type interface does not use the Node pattern (dais-ftf) Source: ABB Power Technologies, Power Automation & Substat (Mr. Lars-Ola Osterlund, lars-ola.g.osterlund@se.abb.com) Nature: Uncategorized Issue Severity: Summary: The type herarchy is currently implemented as a reference to childs by the Type::Description.aggregated_types member. In all other browse interfaces it is implemented as a single parent reference and the method find_by_parent(). Resolution: No action because the description struct is different to the other APIs. Revised Text: Actions taken: December 14, 2001: received issue October 23, 2002: closed issue Discussion: Replace Type::Description.aggregated_types with Type::Description.parent and add a find_by_parent() method. The pathname is not appropriate and no pathnames are supported -> do not inherit Node. End of Annotations:===== Type interface does not use the Node patternThe type herarchy is currently implemented as a reference to childs by the Type::Description.aggregated_types member. In all other browse interfaces it is implemented as a single parent reference and the method find_by_parent(). Replace Type::Description.aggregated_types with Type::Description.parent and add a find_by_parent() method. The pathname is not appropriate and no pathnames are supported -> do not inherit Node.Skipp this one