# File lib/rgen/ecore/ecore_to_ruby.rb, line 113 def impl_type etype = @efeature.eType if etype.is_a?(RGen::ECore::EClass) || etype.is_a?(RGen::ECore::EEnum) @classifiers[etype] else ic = etype.instanceClass if ic ic else raise "unknown type: #{etype.name}" end end end
# File lib/rgen/ecore/ecore_to_ruby.rb, line 104 def many @efeature.many end
# File lib/rgen/ecore/ecore_to_ruby.rb, line 110 def opposite @efeature.eOpposite end
Generated with the Darkfish Rdoc Generator 2.