module Bayesnet::Parsers::Bif::VariableContent0

Public Instance Methods

Property() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 388
def Property
  elements[1]
end
SEP() click to toggle source
# File lib/bayesnet/parsers/bif.rb, line 384
def SEP
  elements[0]
end