module Bayesnet::Parsers::Bif::FloatingPointList0

Public Instance Methods

SEP() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 1621
def SEP
  elements[0]
end
floatingPointToken() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 1625
def floatingPointToken
  elements[1]
end