Module: Bayesnet::Parsers::Bif::CompilationUnit0
- Defined in:
- lib/bayesnet/parsers/bif.rb
Instance Method Summary collapse
Instance Method Details
#list ⇒ Object
26 27 28 |
# File 'lib/bayesnet/parsers/bif.rb', line 26 def list elements[2] end |
#NetworkDeclaration ⇒ Object
22 23 24 |
# File 'lib/bayesnet/parsers/bif.rb', line 22 def NetworkDeclaration elements[1] end |
#SEP1 ⇒ Object
18 19 20 |
# File 'lib/bayesnet/parsers/bif.rb', line 18 def SEP1 elements[0] end |
#SEP2 ⇒ Object
30 31 32 |
# File 'lib/bayesnet/parsers/bif.rb', line 30 def SEP2 elements[3] end |