module Bayesnet::Parsers::Bif::ProbabilityValuesList1

Public Instance Methods

SEP1() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 1342
def SEP1
  elements[0]
end
SEP2() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 1346
def SEP2
  elements[2]
end
SEP3() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 1358
def SEP3
  elements[5]
end
list() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 1354
def list
  elements[4]
end
probabilityVariableValue() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 1350
def probabilityVariableValue
  elements[3]
end