Module: Muml_Association
- Defined in:
- lib/ontomde-uml2/uml2.rb,
lib/ontomde-uml2/nocode.rb
Instance Method Summary collapse
-
#to_s ⇒ Object
Internal use.
- #umlx_addDependencies(s = Set.new) ⇒ Object
Instance Method Details
#to_s ⇒ Object
Internal use
Used by web server
161 162 163 |
# File 'lib/ontomde-uml2/uml2.rb', line 161 def to_s return "#{uml_ownedEnd}->#{uml_memberEnd}" end |
#umlx_addDependencies(s = Set.new) ⇒ Object
43 44 |
# File 'lib/ontomde-uml2/nocode.rb', line 43 def umlx_addDependencies(s=Set.new) end |