class RGen::MetamodelBuilder::MMProxy
MMProxy objects can be used instead of real target elements in case references should be resolved later on
Attributes
data[RW]
data
is optional additional information to be associated with
the proxy
targetIdentifier[RW]
The targetIdentifer
is an object identifying the element the
proxy represents
Public Class Methods
new(ident=nil, data=nil)
click to toggle source
# File lib/rgen/metamodel_builder.rb, line 216 def initialize(ident=nil, data=nil) @targetIdentifier = ident @data = data end