source: ruby/trunk/lib/models/rm/data_structures/data_structure.rb@ 123

Last change on this file since 123 was 123, checked in by KOBAYASHI, Shinji, 15 years ago

refs #39,#49,#50

File size: 311 bytes
Line 
1# rm::data_structures
2# class DATA_STRUCTURE
3# http://www.openehr.org/uml/release-1.0.1/Browsable/_9_5_1_76d0249_1140447518205_872539_864Report.html
4# refs #59
5module Data_Structures
6 class Data_Structure
7 def as_hierarchy
8 raise NotImplementError, "as_hirarchy must be implemented"
9 end
10 end
11end
Note: See TracBrowser for help on using the repository browser.