Cross Reference: provers_options.rb
xref
: /
ontohub
/
lib
/
hets
/
provers_options.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
provers_options.rb revision f733d15480f88a8e5e4ec5f7b3595fdc4d797767
module
Hets
class
ProversOptions
<
HetsOptions
protected
def
prepare
super
prepare_node
end
def
prepare_node
ontology
= @
options
[:
ontology
]
if
ontology.is
_a
?
(
Ontology
)
@
options
[:
node
] =
ontology.name
if
ontology.in
_distributed
?
@
options.delete
(:
ontology
)
end
end
end
end