module Bayesnet::Parsers::Bif::ProbabilityEntry0

Public Instance Methods

SEP1() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 1239
def SEP1
  elements[0]
end
SEP2() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 1247
def SEP2
  elements[2]
end
SEP3() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 1255
def SEP3
  elements[4]
end
SEP4() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 1259
def SEP4
  elements[6]
end
floatingPointList() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 1251
def floatingPointList
  elements[3]
end
probabilityValuesList() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 1243
def probabilityValuesList
  elements[1]
end