Searched refs:DistributedOntology (Results 1 - 10 of 10) sorted by relevance

/ontohub/spec/models/
H A Ddistributed_ontology_spec.rb3 describe DistributedOntology do
/ontohub/app/models/
H A Ddistributed_ontology.rb1 class DistributedOntology < Ontology class
H A Dloc_id_base_model.rb51 if [DistributedOntology, SingleOntology].include?(self.class)
/ontohub/lib/
H A Dgraph_data_fetcher.rb10 DistributedOntology => Mapping,
15 DistributedOntology => Ontology,
51 if @center.is_a?(DistributedOntology)
64 if @center.is_a?(DistributedOntology)
H A Dontology_saver.rb142 is_distributed ? DistributedOntology : SingleOntology
/ontohub/app/models/ontology/
H A Ddistributed.rb58 where(type: DistributedOntology).where("ontologies.id IN #{stmt}")
65 is_a? DistributedOntology
/ontohub/db/migrate/
H A D20160310132620_move_loc_id_to_own_model.rb48 if [DistributedOntology, SingleOntology].include?(klass)
/ontohub/app/helpers/
H A Dlink_helper.rb75 value = if resource.is_a?(DistributedOntology)
/ontohub/app/controllers/
H A Dontologies_controller.rb124 clazz = type=='DistributedOntology' ? DistributedOntology : SingleOntology
/ontohub/spec/factories/
H A Dontology_factory.rb72 factory :distributed_ontology, class: DistributedOntology do

Completed in 1111 milliseconds