module Bayesnet::Parsers::Bif::ProbabilityTable0

Public Instance Methods

SEP1() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 1531
def SEP1
  elements[0]
end
SEP2() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 1539
def SEP2
  elements[2]
end
SEP3() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 1547
def SEP3
  elements[4]
end
SEP4() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 1551
def SEP4
  elements[6]
end
TABLEVALUE() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 1535
def TABLEVALUE
  elements[1]
end
floatingPointList() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 1543
def floatingPointList
  elements[3]
end