module Bayesnet::Parsers::Bif::VariableDiscrete0

Public Instance Methods

DECIMAL_LITERAL() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 538
def DECIMAL_LITERAL
  elements[7]
end
DISCRETE() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 526
def DISCRETE
  elements[3]
end
SEP1() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 514
def SEP1
  elements[0]
end
SEP10() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 566
def SEP10
  elements[18]
end
SEP2() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 522
def SEP2
  elements[2]
end
SEP3() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 530
def SEP3
  elements[4]
end
SEP4() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 534
def SEP4
  elements[6]
end
SEP5() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 542
def SEP5
  elements[8]
end
SEP6() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 546
def SEP6
  elements[10]
end
SEP7() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 550
def SEP7
  elements[12]
end
SEP8() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 558
def SEP8
  elements[14]
end
SEP9() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 562
def SEP9
  elements[16]
end
VARIABLETYPE() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 518
def VARIABLETYPE
  elements[1]
end
variableValuesList() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 554
def variableValuesList
  elements[13]
end