Module: RTM::Topology::TopologyExtension
- Defined in:
- rtm/lib/rtm/topology.rb
Overview
The TopologyExtension for RTM::TopicMap adds an #topology method to a topic map which provides an overview over a topic map.
Instance Method Summary
-
- (Topology) topology
Topology information about this TopicMap.
Instance Method Details
- (Topology) topology
Topology information about this TopicMap.
130 131 132 |
# File 'rtm/lib/rtm/topology.rb', line 130 def topology RTM::Topology.new(self) end |