module Bayesnet::Parsers::Bif::ProbabilityVariablesList1

Public Instance Methods

SEP1() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 922
def SEP1
  elements[0]
end
SEP2() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 926
def SEP2
  elements[2]
end
SEP3() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 938
def SEP3
  elements[5]
end
SEP4() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 942
def SEP4
  elements[7]
end
list() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 934
def list
  elements[4]
end
probabilityVariableName() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 930
def probabilityVariableName
  elements[3]
end