Searched refs:SingleOntology (Results 1 - 11 of 11) sorted by relevance

/ontohub/app/models/ontology/
H A Doops.rb7 is_a?(SingleOntology) && logic && OOPS_FORMATS.include?(logic.name)
/ontohub/app/models/
H A Dsingle_ontology.rb1 class SingleOntology < Ontology class
H A Dloc_id_base_model.rb51 if [DistributedOntology, SingleOntology].include?(self.class)
/ontohub/lib/
H A Dgraph_data_fetcher.rb9 SingleOntology => Mapping,
16 SingleOntology => Ontology,
H A Dexternal_repository.rb15 ontology = SingleOntology.create!(options, without_protection: true)
H A Dontology_saver.rb142 is_distributed ? DistributedOntology : SingleOntology
/ontohub/db/migrate/
H A D20160310132620_move_loc_id_to_own_model.rb48 if [DistributedOntology, SingleOntology].include?(klass)
/ontohub/app/controllers/
H A Dontologies_controller.rb124 clazz = type=='DistributedOntology' ? DistributedOntology : SingleOntology
/ontohub/lib/hets/dg/
H A Dnode_evaluation_helper.rb50 ontology = SingleOntology.new(options, without_protection: true)
/ontohub/spec/factories/
H A Dontology_factory.rb69 factory :single_ontology, class: SingleOntology do
/ontohub/spec/models/
H A Dontology_spec.rb378 it 'be a SingleOntology' do
379 expect(version.ontology.class).to be(SingleOntology)
413 it 'be a SingleOntology' do
414 expect(version.ontology.class).to be(SingleOntology)
576 expect(SingleOntology.count).to eq(4)
630 expect(SingleOntology.count).to eq(4)

Completed in 14 milliseconds