class SimpleXmiToECore

Public Instance Methods

transform() click to toggle source

Do the actual transformation. Input and output environment have to be provided to the transformer constructor.

# File lib/puppet/vendor/rgen/test/xml_instantiator_test/simple_xmi_to_ecore.rb, line 27
def transform
  trans(:class => SimpleXMIMetaModel::UML::Clazz)
end