Module: ActiveFacts::CQL::ObjectTypes::EntityType0
- Defined in:
- lib/activefacts/cql/parser/ObjectTypes.rb
Instance Method Summary collapse
- #c ⇒ Object
- #c2 ⇒ Object
- #ec ⇒ Object
- #m1 ⇒ Object
- #m2 ⇒ Object
- #s1 ⇒ Object
- #s2 ⇒ Object
- #sup ⇒ Object
- #term_definition_name ⇒ Object
Instance Method Details
#c ⇒ Object
74 75 76 |
# File 'lib/activefacts/cql/parser/ObjectTypes.rb', line 74 def c elements[5] end |
#c2 ⇒ Object
86 87 88 |
# File 'lib/activefacts/cql/parser/ObjectTypes.rb', line 86 def c2 elements[9] end |
#ec ⇒ Object
90 91 92 |
# File 'lib/activefacts/cql/parser/ObjectTypes.rb', line 90 def ec elements[10] end |
#m1 ⇒ Object
70 71 72 |
# File 'lib/activefacts/cql/parser/ObjectTypes.rb', line 70 def m1 elements[4] end |
#m2 ⇒ Object
82 83 84 |
# File 'lib/activefacts/cql/parser/ObjectTypes.rb', line 82 def m2 elements[8] end |
#s1 ⇒ Object
58 59 60 |
# File 'lib/activefacts/cql/parser/ObjectTypes.rb', line 58 def s1 elements[0] end |
#s2 ⇒ Object
62 63 64 |
# File 'lib/activefacts/cql/parser/ObjectTypes.rb', line 62 def s2 elements[2] end |
#sup ⇒ Object
78 79 80 |
# File 'lib/activefacts/cql/parser/ObjectTypes.rb', line 78 def sup elements[6] end |
#term_definition_name ⇒ Object
66 67 68 |
# File 'lib/activefacts/cql/parser/ObjectTypes.rb', line 66 def term_definition_name elements[3] end |