source: ruby/branches/0.0/models/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
RevLine 
[167]1module OpenEhr
[4]2 module AM
3 module Archetype
[23]4 module Assertion
5 class ASSERTION
[4]6 end
[23]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
[4]28 end
29 end
30 end
31end
Note: See TracBrowser for help on using the repository browser.