MMProxy objects can be used instead of real target elements in case references should be resolved later on
data
is optional additional information to be associated with
the proxy
The targetIdentifer
is an object identifying the element the
proxy represents
# File lib/rgen/metamodel_builder.rb, line 216 def initialize(ident=nil, data=nil) @targetIdentifier = ident @data = data end