module Bayesnet::Parsers::Bif::ProbabilityDeclaration0

Public Instance Methods

PROBABILITY() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 826
def PROBABILITY
  elements[1]
end
SEP1() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 822
def SEP1
  elements[0]
end
SEP2() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 830
def SEP2
  elements[2]
end
SEP3() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 838
def SEP3
  elements[4]
end
SEP4() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 846
def SEP4
  elements[6]
end
probabilityContent() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 842
def probabilityContent
  elements[5]
end
probabilityVariablesList() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 834
def probabilityVariablesList
  elements[3]
end