Module RGen::ECore::ECoreInterface
In: lib/rgen/ecore/ecore_interface.rb

Mixin to provide access to the ECore model describing a Ruby class or module built using MetamodelBuilder. The module should be used to extend a class or module, i.e. to make its methods class methods.

Methods

Public Class methods

This method can be used to clear the ecore cache after the metamodel classes or modules have been changed; the ecore model will be recreated on next access to the ecore method Beware, the ecore cache is global, i.e. for all metamodels.

Public Instance methods

This method will lazily build to ECore model element belonging to the calling class or module using RubyToECore. Alternatively, the ECore model element can be provided up front. This is used when the Ruby metamodel classes and modules are created from ECore.

[Validate]