Module: SimpleXMIMetaModel::UML::AssociationEnd::ClassModule

Defined in:
lib/puppet/vendor/rgen/test/xml_instantiator_test/simple_xmi_metamodel.rb

Instance Method Summary collapse

Instance Method Details

#otherEndObject



33
34
35
# File 'lib/puppet/vendor/rgen/test/xml_instantiator_test/simple_xmi_metamodel.rb', line 33

def otherEnd
  parent.associationEnd.find{|ae| ae != self}
end