source: ruby/branches/0.5.0/lib/open_ehr/am/archetype/constraint_model/assertion.rb@ 167

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

adjust for rails

File size: 488 bytes
Line 
1module OpenEhr
2 module AM
3 module Archetype
4 module Assertion
5 class ASSERTION
6 end
7
8 class ASSERTION_VARIABLE
9 end
10
11 class OPERATOR_KIND
12 end
13
14 class EXPR_ITEM
15 end
16
17 class EXPR_LEAF < EXPR_ITEM
18 end
19
20 class EXPR_OPERATOR < EXPR_ITEM
21 end
22
23 class EXPR_UNARY_OPERATOR < EXPR_OPERATOR
24 end
25
26 class EXPR_BINARY_OPERATOR < EXPR_OPERATOR
27 end
28 end
29 end
30 end
31end
Note: See TracBrowser for help on using the repository browser.