module Bayesnet::Parsers::Bif::VariableValuesList1

Public Instance Methods

SEP() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 718
def SEP
  elements[0]
end
list() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 726
def list
  elements[2]
end
probabilityVariableValue() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 722
def probabilityVariableValue
  elements[1]
end