Methods

Class/Module Index [+]

Quicksearch

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 213
def initialize(ident=nil, data=nil)
  @targetIdentifier = ident
  @data = data
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.