module Bayesnet::Parsers::Bif::VariableValuesList0

Public Instance Methods

SEP() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 708
def SEP
  elements[0]
end
probabilityVariableValue() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 712
def probabilityVariableValue
  elements[1]
end