History log of /ontohub/lib/parsing_callback.rb
Revision Date Author Comments Expand
d44b01e7da254ea6b4c70f1c49e2f3af71779215 13-Aug-2016 Eugen Kuksa <kuksa.eugen@gmail.com>

Fix requiring libs (#1787) * Fix starting of hets with invoker. * Remove unneeded requires.

2ea8ea78359d29810b6f45a3a57e6cc9bae1cfcd 13-Dec-2013 Sascha Graef <sgraef@informatik.uni-bremen.de>

last error at generating the links

281d3e6504299a65d417a4146c0f670917f3feab 13-Dec-2013 Tim Reddehase <robustus@rightsrestricted.com>

fix logic==nil problematic for parsing callbacks.

5f17dd3e3fd2fe31bb8ad69cc23c49a5fcceb39d 25-Nov-2013 Tim Reddehase <robustus@rightsrestricted.com>

add logic specific parsing callback It seems appropiate (since we will we have a lot of logic specific parsing decisions to make) to extract this into its own callback module. This should prevent unnecessary cluttering of app/models/ontology/import.rb and the OntologyParser itself.