Module: Bayesnet::Parsers::Bif::ProbabilityTable0

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

Instance Method Summary collapse

Instance Method Details

#floatingPointListObject



1543
1544
1545
# File 'lib/bayesnet/parsers/bif.rb', line 1543

def floatingPointList
  elements[3]
end

#SEP1Object



1531
1532
1533
# File 'lib/bayesnet/parsers/bif.rb', line 1531

def SEP1
  elements[0]
end

#SEP2Object



1539
1540
1541
# File 'lib/bayesnet/parsers/bif.rb', line 1539

def SEP2
  elements[2]
end

#SEP3Object



1547
1548
1549
# File 'lib/bayesnet/parsers/bif.rb', line 1547

def SEP3
  elements[4]
end

#SEP4Object



1551
1552
1553
# File 'lib/bayesnet/parsers/bif.rb', line 1551

def SEP4
  elements[6]
end

#TABLEVALUEObject



1535
1536
1537
# File 'lib/bayesnet/parsers/bif.rb', line 1535

def TABLEVALUE
  elements[1]
end