Module: ActiveFacts::CQL::FactTypes::ConditionContraction0
- Defined in:
- lib/activefacts/cql/parser/FactTypes.rb
Instance Method Summary collapse
- #certainty ⇒ Object
- #comparator ⇒ Object
- #e2 ⇒ Object
- #pq ⇒ Object
- #role ⇒ Object
- #s1 ⇒ Object
- #s2 ⇒ Object
Instance Method Details
#certainty ⇒ Object
1518 1519 1520 |
# File 'lib/activefacts/cql/parser/FactTypes.rb', line 1518 def certainty elements[2] end |
#comparator ⇒ Object
1526 1527 1528 |
# File 'lib/activefacts/cql/parser/FactTypes.rb', line 1526 def comparator elements[4] end |
#e2 ⇒ Object
1534 1535 1536 |
# File 'lib/activefacts/cql/parser/FactTypes.rb', line 1534 def e2 elements[6] end |
#pq ⇒ Object
1514 1515 1516 |
# File 'lib/activefacts/cql/parser/FactTypes.rb', line 1514 def pq elements[1] end |
#role ⇒ Object
1510 1511 1512 |
# File 'lib/activefacts/cql/parser/FactTypes.rb', line 1510 def role elements[0] end |
#s1 ⇒ Object
1522 1523 1524 |
# File 'lib/activefacts/cql/parser/FactTypes.rb', line 1522 def s1 elements[3] end |
#s2 ⇒ Object
1530 1531 1532 |
# File 'lib/activefacts/cql/parser/FactTypes.rb', line 1530 def s2 elements[5] end |