Searched refs:ontology_end (Results 1 - 5 of 5) sorted by relevance

/ontohub/lib/parsing_callback/
H A Dgeneric_callback.rb16 def ontology_end(_hash, _ontology) method in class:ParsingCallback.GenericCallback
H A Dowl.rb40 def ontology_end(hash, ontology) method in class:ParsingCallback.Callback
/ontohub/lib/hets/dg/
H A Dnode_evaluator.rb14 register :ontology, :end, to: :ontology_end
69 def ontology_end(*ignore_args) method in class:Hets.DG.NodeEvaluator
70 logic_callback.ontology_end({}, ontology)
/ontohub/lib/
H A Dontology_parser.rb103 callback(:ontology_end, @current_ontology)
/ontohub/spec/models/
H A Dontology_spec.rb654 # Stub ontology_end because this is always run after the iri
658 to receive(:ontology_end).and_raise(IntendedBySpecError, error_text)
671 to receive(:ontology_end).and_call_original

Completed in 10 milliseconds