Module: Bayesnet::Parsers::Bif::FloatingPointList2
- Defined in:
- lib/bayesnet/parsers/bif.rb
Instance Method Summary collapse
Instance Method Details
#values ⇒ Object
1645 1646 1647 |
# File 'lib/bayesnet/parsers/bif.rb', line 1645 def values [floatingPointToken.value] + list.elements.map {|e| e.elements[1]}.select { |e| e.respond_to?(:value) }.map(&:value) end |