Module: Bayesnet::Parsers::Bif::VariableDiscrete0

Defined in:
lib/bayesnet/parsers/bif.rb

Instance Method Summary collapse

Instance Method Details

#DECIMAL_LITERALObject



538
539
540
# File 'lib/bayesnet/parsers/bif.rb', line 538

def DECIMAL_LITERAL
  elements[7]
end

#DISCRETEObject



526
527
528
# File 'lib/bayesnet/parsers/bif.rb', line 526

def DISCRETE
  elements[3]
end

#SEP1Object



514
515
516
# File 'lib/bayesnet/parsers/bif.rb', line 514

def SEP1
  elements[0]
end

#SEP10Object



566
567
568
# File 'lib/bayesnet/parsers/bif.rb', line 566

def SEP10
  elements[18]
end

#SEP2Object



522
523
524
# File 'lib/bayesnet/parsers/bif.rb', line 522

def SEP2
  elements[2]
end

#SEP3Object



530
531
532
# File 'lib/bayesnet/parsers/bif.rb', line 530

def SEP3
  elements[4]
end

#SEP4Object



534
535
536
# File 'lib/bayesnet/parsers/bif.rb', line 534

def SEP4
  elements[6]
end

#SEP5Object



542
543
544
# File 'lib/bayesnet/parsers/bif.rb', line 542

def SEP5
  elements[8]
end

#SEP6Object



546
547
548
# File 'lib/bayesnet/parsers/bif.rb', line 546

def SEP6
  elements[10]
end

#SEP7Object



550
551
552
# File 'lib/bayesnet/parsers/bif.rb', line 550

def SEP7
  elements[12]
end

#SEP8Object



558
559
560
# File 'lib/bayesnet/parsers/bif.rb', line 558

def SEP8
  elements[14]
end

#SEP9Object



562
563
564
# File 'lib/bayesnet/parsers/bif.rb', line 562

def SEP9
  elements[16]
end

#VARIABLETYPEObject



518
519
520
# File 'lib/bayesnet/parsers/bif.rb', line 518

def VARIABLETYPE
  elements[1]
end

#variableValuesListObject



554
555
556
# File 'lib/bayesnet/parsers/bif.rb', line 554

def variableValuesList
  elements[13]
end