source: ruby/branches/0.0/models/am/openehr_profile/data_types/basic.rb@ 168

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

roll back branch 0.0

File size: 484 bytes
Line 
1module OpenEHR
2 module AM
3 module OpenEHR_Profile
4 module Data_Types
5 module Basic
6 class C_DV_STATE
7 end
8
9 class STATE_MACHINE
10 end
11
12 class STATE
13 end
14
15 class TERMINAL_STATE < STATE
16 end
17
18 class NON_TERMINAL_STATE < STATE
19 end
20
21 class TRANSITION
22 end
23 end
24
25
26 end # of Data_Types
27 end # of OpenEHR Profile
28 end # of RM
29end # of OpenEHR
Note: See TracBrowser for help on using the repository browser.