Cross Reference: owl.rb
xref
: /
ontohub
/
lib
/
state_updater.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
owl.rb revision b80fa42b7e42f3bdf0bd27063a5dd67389dcfceb
module
ParsingCallback
::
OWL
IDENTIFIERS
= %w
(
OWL
OWL2
)
def
self.defined
_for
?
(
logic_name
)
IDENTIFIERS.include
?
(
logic_name
)
end
class
Callback
<
ParsingCallback
::
GenericCallback
def
axiom
(
hash
,
axiom
)
end
end
end