Module: ActiveFacts::CQL::FactTypes::Comparison0
- Defined in:
- lib/activefacts/cql/parser/FactTypes.rb
Instance Method Summary collapse
- #certainty ⇒ Object
- #comparator ⇒ Object
- #contraction ⇒ Object
- #e1 ⇒ Object
- #p ⇒ Object
- #s1 ⇒ Object
- #s2 ⇒ Object
- #s3 ⇒ Object
Instance Method Details
#certainty ⇒ Object
1626 1627 1628 |
# File 'lib/activefacts/cql/parser/FactTypes.rb', line 1626 def certainty elements[2] end |
#comparator ⇒ Object
1634 1635 1636 |
# File 'lib/activefacts/cql/parser/FactTypes.rb', line 1634 def comparator elements[4] end |
#contraction ⇒ Object
1642 1643 1644 |
# File 'lib/activefacts/cql/parser/FactTypes.rb', line 1642 def contraction elements[6] end |
#e1 ⇒ Object
1618 1619 1620 |
# File 'lib/activefacts/cql/parser/FactTypes.rb', line 1618 def e1 elements[0] end |
#p ⇒ Object
1646 1647 1648 |
# File 'lib/activefacts/cql/parser/FactTypes.rb', line 1646 def p elements[7] end |
#s1 ⇒ Object
1622 1623 1624 |
# File 'lib/activefacts/cql/parser/FactTypes.rb', line 1622 def s1 elements[1] end |
#s2 ⇒ Object
1630 1631 1632 |
# File 'lib/activefacts/cql/parser/FactTypes.rb', line 1630 def s2 elements[3] end |
#s3 ⇒ Object
1638 1639 1640 |
# File 'lib/activefacts/cql/parser/FactTypes.rb', line 1638 def s3 elements[5] end |