Class: UML::Graphviz::Dependency
- Defined in:
- lib/uml/class_diagram_helper.rb
Overview
aka directed association
Instance Attribute Summary
Attributes inherited from Edge
Instance Method Summary collapse
-
#initialize(tail, head) ⇒ Dependency
constructor
A new instance of Dependency.
Methods inherited from Edge
Constructor Details
#initialize(tail, head) ⇒ Dependency
Returns a new instance of Dependency.
47 48 49 50 |
# File 'lib/uml/class_diagram_helper.rb', line 47 def initialize(tail, head) super @attributes[:arrowhead] = 'vee' end |