module Bayesnet::Parsers::Bif::NetworkDeclaration0

Public Instance Methods

NETWORK() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 113
def NETWORK
  elements[1]
end
NetworkContent() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 129
def NetworkContent
  elements[5]
end
SEP1() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 109
def SEP1
  elements[0]
end
SEP2() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 117
def SEP2
  elements[2]
end
SEP3() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 125
def SEP3
  elements[4]
end
SEP4() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 133
def SEP4
  elements[6]
end
WORD() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 121
def WORD
  elements[3]
end