module Synopsis.Formatters.Dot
class SingleInheritanceGenerator
SingleInheritanceGenerator-inheritance Scopes/Synopsis/Formatters/Dot/InheritanceGenerator.html Scopes/Synopsis/Formatters/Dot/DotFileGenerator.html
A Formatter that generates an inheritance graph for a specific class. This Visitor visits the ASG upwards, i.e. following the inheritance links, instead of the declarations contained in a given scope.
Attributes Summary:
source code
source code
source code
source code
Methods Summary:
  __init__(self, os, direction, operations, attributes, levels, types, toc, prefix, no_descend, bgcolor)
references
source code
  visit_declared_type_id(self, type)
references
source code
  visit_inheritance(self, node)
references
source code
  visit_class(self, node)
references
source code
Attributes Inherited from InheritanceGenerator
aggregation, toc, scope, __type_ref, __type_label, __no_descend, nodes
Methods Inherited from InheritanceGenerator
type_ref, type_label, parameter, format_type, clear_type, get_class_name, visit_modifier_type, visit_unknown_type, visit_builtin_type_id, visit_dependent_type_id, visit_parametrized_type_id, visit_template_id, visit_operation, visit_variable
Attributes Inherited from DotFileGenerator
__os, direction, bgcolor, light_color
Methods Inherited from DotFileGenerator
write, write_node, write_edge