# File lib/rgen/ecore/ecore.rb, line 156 def eAllAttributes_derived eAttributes + eSuperTypes.eAllAttributes end
# File lib/rgen/ecore/ecore.rb, line 159 def eAllContainments_derived eReferences.select{|r| r.containment} + eSuperTypes.eAllContainments end
# File lib/rgen/ecore/ecore.rb, line 162 def eAllReferences_derived eReferences + eSuperTypes.eAllReferences end
# File lib/rgen/ecore/ecore.rb, line 165 def eAllStructuralFeatures_derived eStructuralFeatures + eSuperTypes.eAllStructuralFeatures end
# File lib/rgen/ecore/ecore_ext.rb, line 63 def eAllSubTypes eSubTypes + eSubTypes.eAllSubTypes end
# File lib/rgen/ecore/ecore.rb, line 168 def eAllSuperTypes_derived eSuperTypes + eSuperTypes.eAllSuperTypes end
# File lib/rgen/ecore/ecore.rb, line 171 def eAttributes_derived eStructuralFeatures.select{|f| f.is_a?(EAttribute)} end
Generated with the Darkfish Rdoc Generator 2.