Module: Bayesnet::Parsers::Bif::CompilationUnit0

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

Instance Method Summary collapse

Instance Method Details

#listObject



26
27
28
# File 'lib/bayesnet/parsers/bif.rb', line 26

def list
  elements[2]
end

#NetworkDeclarationObject



22
23
24
# File 'lib/bayesnet/parsers/bif.rb', line 22

def NetworkDeclaration
  elements[1]
end

#SEP1Object



18
19
20
# File 'lib/bayesnet/parsers/bif.rb', line 18

def SEP1
  elements[0]
end

#SEP2Object



30
31
32
# File 'lib/bayesnet/parsers/bif.rb', line 30

def SEP2
  elements[3]
end