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

/ontohub/app/models/ontology/
H A Ddistributed.rb17 # Fetches homogeneous Ontologies which are distributed
23 # Fetches heterogeneous Ontologies which are distributed
49 SELECT distributed.id FROM
54 GROUP BY distributed_count.id) AS distributed
55 WHERE distributed.occurrences #{selector} 1
64 def distributed?
73 return true unless distributed?
80 return false unless distributed?

Completed in 68 milliseconds