module Bayesnet::Parsers::Bif::FloatingPointList1

Public Instance Methods

SEP() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 1631
def SEP
  elements[0]
end
floatingPointToken() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 1635
def floatingPointToken
  elements[1]
end
list() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 1639
def list
  elements[2]
end