module Bayesnet::Parsers::Bif::CompilationUnit0

Public Instance Methods

NetworkDeclaration() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 22
def NetworkDeclaration
  elements[1]
end
SEP1() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 18
def SEP1
  elements[0]
end
SEP2() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 30
def SEP2
  elements[3]
end
list() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 26
def list
  elements[2]
end