Module: Muml_Stereotype
- Defined in:
- lib/ontomde-uml2-java/java.rb,
lib/ontomde-uml2-java/java.rb
Instance Method Summary collapse
- #getRubyStereotypeName ⇒ Object
-
#java_ignoreMe? ⇒ Boolean
return true if java generator should totaly ignore this element.
Instance Method Details
#getRubyStereotypeName ⇒ Object
70 71 72 |
# File 'lib/ontomde-uml2-java/java.rb', line 70 def getRubyStereotypeName return uml_name.to_s.tr('^a-zA-Z0-9','_') end |
#java_ignoreMe? ⇒ Boolean
return true if java generator should totaly ignore this element.
NOTE:
-
Always returns true
1219 1220 1221 |
# File 'lib/ontomde-uml2-java/java.rb', line 1219 def java_ignoreMe? return true; end |