# File lib/bn4r/bn_export.rb, line 20
def to_dot(bn = self)
  #TODO: label relations between nodes
  #TODO: ¿print information about probabilities tables?
  bn.to_dot_graph.to_s
end