Class: RgGen::Core::OutputBase::FeatureFactory

Inherits:
Base::FeatureFactory show all
Includes:
RaiseError
Defined in:
lib/rggen/core/output_base/feature_factory.rb

Instance Method Summary collapse

Methods included from RaiseError

#error

Methods inherited from Base::FeatureFactory

#create_feature, #initialize

Methods included from Base::SharedContext

#attach_context

Constructor Details

This class inherits a constructor from RgGen::Core::Base::FeatureFactory

Instance Method Details

#create(component, configuration, register_map) ⇒ Object



9
10
11
# File 'lib/rggen/core/output_base/feature_factory.rb', line 9

def create(component, configuration, register_map)
  create_feature(component, configuration, register_map)
end