Module: Bayesnet::Parsers::Bif::VariableContent1
- Defined in:
- lib/bayesnet/parsers/bif.rb
Instance Method Summary collapse
Instance Method Details
#list ⇒ Object
398 399 400 |
# File 'lib/bayesnet/parsers/bif.rb', line 398 def list elements[2] end |
#SEP1 ⇒ Object
394 395 396 |
# File 'lib/bayesnet/parsers/bif.rb', line 394 def SEP1 elements[0] end |
#SEP2 ⇒ Object
402 403 404 |
# File 'lib/bayesnet/parsers/bif.rb', line 402 def SEP2 elements[3] end |
#SEP3 ⇒ Object
406 407 408 |
# File 'lib/bayesnet/parsers/bif.rb', line 406 def SEP3 elements[5] end |