Cross Reference: generic_callback.rb
xref
: /
ontohub
/
lib
/
parsing_callback
/
generic_callback.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
generic_callback.rb revision 5f17dd3e3fd2fe31bb8ad69cc23c49a5fcceb39d
module
ParsingCallback
class
GenericCallback
attr_reader
:
ontology
def
initialize
(
ontology
)
@
ontology
=
ontology
end
def
ontology
(
hash
,
ontology
)
end
def
ontology_end
(
hash
,
ontology
)
end
def
symbol
(
hash
,
symbol
)
end
def
axiom
(
hash
,
axiom
)
end
def
link
(
hash
,
link
)
end
end
end