Class: Graphviz::Diagram::ClassDiagram::Realization

Inherits:
Link
  • Object
show all
Defined in:
lib/graphviz/diagram/class_diagram.rb

Overview

:from implement :to (interface)

Instance Attribute Summary

Attributes inherited from Link

#attributes, #from, #to

Instance Method Summary collapse

Methods inherited from Link

#initialize

Constructor Details

This class inherits a constructor from Graphviz::Diagram::ClassDiagram::Link

Instance Method Details

#default_attrsObject



158
159
160
# File 'lib/graphviz/diagram/class_diagram.rb', line 158

def default_attrs
  { style: 'dashed', arrowhead: 'vee', label: 'implements' }
end