Module: Muml_NamedElement
- Defined in:
- lib/ontomde-uml2-crank/helper.rb
Instance Method Summary collapse
Instance Method Details
#<=>(other) ⇒ Object
42 43 44 |
# File 'lib/ontomde-uml2-crank/helper.rb', line 42 def <=>(other) "#{self.java_Name}" <=> "#{other.java_Name}" end |