Searched refs:Sentence (Results 1 - 12 of 12) sorted by relevance

/ontohub/app/models/
H A Daxiom.rb1 class Axiom < Sentence
H A Dsentence.rb1 class Sentence < LocIdBaseModel class
H A Dloc_id_base_model.rb53 elsif Sentence.descendants.include?(self.class)
54 Sentence
H A Dontology.rb140 Sentence.original.where(ontology_id: affected_ontology_ids)
147 Sentence.where(ontology_id: self)
155 Sentence.
H A Dtheorem.rb1 class Theorem < Sentence
/ontohub/db/data/
H A D20160719133546_preload_locids.rb3 LocId.where(specific_type: Sentence.descendants.map(&:to_s)).
4 update_all(specific_type: Sentence.to_s)
8 Sentence.find_each do |object|
/ontohub/app/models/sentence/
H A Dreadability.rb1 module Sentence::Readability module
/ontohub/db/migrate/
H A D20160310132619_create_missing_locids.rb4 Sentence.where(locid: nil).select(:id).find_each do |sentence|
/ontohub/spec/models/
H A Dsentence_spec.rb3 describe Sentence do
/ontohub/lib/hets/
H A Dprove_options.rb65 if sentence_or_name.is_a?(Sentence)
/ontohub/lib/hets/prove/
H A Dprove_evaluation_helper.rb123 sentence = Sentence.
/ontohub/config/
H A Droutes.rb511 LocIdRouterConstraint.new(Sentence, ontology: :ontology_id, element: :id),

Completed in 13 milliseconds