Class: RGen::MetamodelBuilder::MMProxy

Inherits:
Object
  • Object
show all
Defined in:
lib/rgen/metamodel_builder.rb

Overview

Instances of the proxy class can be used as values in any reference feature They can be used instead of the real target elements in case references should be resolved later on

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ident = nil) ⇒ MMProxy

Returns a new instance of MMProxy.



202
203
204
# File 'lib/rgen/metamodel_builder.rb', line 202

def initialize(ident=nil)
  @targetIdentifier = ident
end

Instance Attribute Details

#targetIdentifierObject

The targetIdentifer is an object identifying the element the proxy represents



200
201
202
# File 'lib/rgen/metamodel_builder.rb', line 200

def targetIdentifier
  @targetIdentifier
end