Module: Bayesnet::Parsers::Bif::VariableDeclaration0

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

Instance Method Summary collapse

Instance Method Details

#probabilityVariableNameObject



307
308
309
# File 'lib/bayesnet/parsers/bif.rb', line 307

def probabilityVariableName
  elements[3]
end

#SEP1Object



295
296
297
# File 'lib/bayesnet/parsers/bif.rb', line 295

def SEP1
  elements[0]
end

#SEP2Object



303
304
305
# File 'lib/bayesnet/parsers/bif.rb', line 303

def SEP2
  elements[2]
end

#SEP3Object



311
312
313
# File 'lib/bayesnet/parsers/bif.rb', line 311

def SEP3
  elements[4]
end

#SEP4Object



319
320
321
# File 'lib/bayesnet/parsers/bif.rb', line 319

def SEP4
  elements[6]
end

#VARIABLEObject



299
300
301
# File 'lib/bayesnet/parsers/bif.rb', line 299

def VARIABLE
  elements[1]
end

#variableContentObject



315
316
317
# File 'lib/bayesnet/parsers/bif.rb', line 315

def variableContent
  elements[5]
end