module Bayesnet::Parsers::Bif::VariableDeclaration0
Public Instance Methods
SEP1()
click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 295 def SEP1 elements[0] end
SEP2()
click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 303 def SEP2 elements[2] end
SEP3()
click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 311 def SEP3 elements[4] end
SEP4()
click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 319 def SEP4 elements[6] end
VARIABLE()
click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 299 def VARIABLE elements[1] end
probabilityVariableName()
click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 307 def probabilityVariableName elements[3] end
variableContent()
click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 315 def variableContent elements[5] end