Module: SDL::Base

Extended by:
ActiveSupport::Autoload
Defined in:
lib/sdl/base.rb,
lib/sdl/util/documentation.rb,
lib/sdl/util/documentation.rb,
lib/sdl/exporters/rdf_mapping.rb,
lib/sdl/exporters/xml_mapping.rb,
lib/sdl/base/default_uri_mapper.rb,
lib/sdl/base/uri_mapped_resource.rb

Overview

An URI mapped resource supports retrieving its URI by its #uri method.

The #uri method retrieves an object, which responds to #uri(object).

It tries to find it using:

* #uri_mapper
* @uri_mapper
* self.uri_mapper
* @@uri_mapper

or the DefaultURIMapper as fallback.

Defined Under Namespace

Modules: DefaultURIMapper, URIMappedResource Classes: Fact, Property, Service, ServiceCompendium, Type