Searched defs:axiom (Results 1 - 3 of 3) sorted by relevance

/ontohub/lib/parsing_callback/
H A Dowl.rb37 def axiom(hash, axiom) method in class:ParsingCallback.Callback
H A Dgeneric_callback.rb22 def axiom(_hash, _axiom) method in class:ParsingCallback.GenericCallback
/ontohub/lib/hets/dg/
H A Dnode_evaluator.rb17 register :axiom, :end, to: :axiom
95 type1: 'axiom',
102 def axiom(current_element) method in class:Hets.DG.NodeEvaluator
104 axiom = ontology.axioms.update_or_create_from_hash(
109 logic_callback.axiom(current_element, axiom)
117 class: 'axiom',
128 axiom = ontology.axioms.update_or_create_from_hash(
133 logic_callback.axiom(current_elemen
[all...]

Completed in 221 milliseconds