Module: Muml_Parameter
- Defined in:
- lib/ontomde-uml2-flex/main.rb
Instance Method Summary collapse
Instance Method Details
#as_write ⇒ Object
111 112 113 114 115 |
# File 'lib/ontomde-uml2-flex/main.rb', line 111 def as_write write(" #{as_Name}:") unless uml_direction_one.isReturn? write("#{as_propertyAssociationType} ") #write(" /* #{uml_lowerValue}..#{uml_upperValue}*/ ") end |