module SimpleXMIMetaModel::UML::AssociationEnd::ClassModule

Public Instance Methods

otherEnd() click to toggle source
# File lib/puppet/vendor/rgen/test/xml_instantiator_test/simple_xmi_metamodel.rb, line 33
def otherEnd
  parent.associationEnd.find{|ae| ae != self}
end