Module: UML13::AssociationEnd::ClassModule
- Defined in:
- lib/metamodels/uml13_metamodel_ext.rb
Instance Method Summary collapse
Instance Method Details
#otherEnd ⇒ Object
6 7 8 |
# File 'lib/metamodels/uml13_metamodel_ext.rb', line 6 def otherEnd association.connection.find{|c| c != self} end |