evaluator.rb revision 954afac4e41cf97c534d3e066833bf62cad0f121
# As there are many approaches to parsing an ontology
# file, we provide two versions:
# new(user, ontology, version: some_version)
# and
# new(user, ontology, path: some_path)
# If the version is set, the path and code_path will be extracted from the
# version object.
end
# Actually performs the import of the ontology file DGXML output.
# Also calls the start and end callbacks, which do not actually
# correspond to an element in the DGXML.
callback.process(:all, :start)
callback.process(:all, :end)
end
end
end
end
end
self.versions = []
self.dgnode_stack = []
end
end
end