Module: RTM::AR
- Defined in:
- lib/rtm/activerecord/topic.rb,
lib/rtm/activerecord/tmdm.rb,
lib/rtm/activerecord/locators.rb,
lib/rtm/activerecord/topic_map.rb,
lib/rtm/activerecord/quaaxtm2rtm.rb,
lib/rtm/activerecord/set_wrapper.rb,
lib/rtm/activerecord/io/from_xtm2.rb,
lib/rtm/activerecord/io/to_string.rb,
lib/rtm/activerecord/rdbms_config.rb,
lib/rtm/activerecord/tm_construct.rb,
lib/rtm/activerecord/tm_delegator.rb,
lib/rtm/activerecord/literal_index.rb,
lib/rtm/activerecord/quaaxtm2rtmviews.rb,
lib/rtm/activerecord/tm_set_delegator.rb,
lib/rtm/activerecord/topic_map_system.rb,
lib/rtm/activerecord/001_initial_schema.rb,
lib/rtm/activerecord/io/from_xtm2_libxml.rb,
lib/rtm/activerecord/association_and_role.rb,
lib/rtm/activerecord/traverse_associations.rb,
lib/rtm/activerecord/name_variant_occurrence.rb,
lib/rtm/activerecord.rb
Overview
Copyright: Copyright 2009 Topic Maps Lab, University of Leipzig. License: Apache License, Version 2.0
Defined Under Namespace
Modules: IO, RdbmsConfig, Sugar, TMDM, TOSTRING, TopicMapSystem, TraverseAssociations Classes: ActiveRecord, Association, Associations, Construct, Constructs, Index, ItemIdentifier, ItemIdentifiers, LiteralIndex, Locator, Locators, Name, Names, Occurrence, Occurrences, Reifiable, Reifiables, Role, Roles, SubjectIdentifier, SubjectIdentifiers, SubjectLocator, SubjectLocators, TMDelegator, TMSetDelegator, Topic, TopicMap, TopicMaps, Topics, Variant, Variants
Constant Summary collapse
- AssociationRole =
Role- TopicName =
Name
Instance Method Summary collapse
Instance Method Details
#from_xtm2(*args) ⇒ Object
7 8 9 |
# File 'lib/rtm/activerecord/io/from_xtm2.rb', line 7 def from_xtm2(*args) RTM::AR::IO::FROMXTM2.from_xtm2(self, *args) end |
#from_xtm2lx(*args) ⇒ Object
6 7 8 |
# File 'lib/rtm/activerecord/io/from_xtm2_libxml.rb', line 6 def from_xtm2lx(*args) RTM::AR::IO::FROMXTM2LX.from_xtm2(self, *args) end |