distributed.rb revision 8abb7a3541206ef22ec2325834410ca2553a85c2
included do
select { |ontology| ontology.homogeneous?}
end
select { |ontology| ontology.heterogeneous?}
end
end
end
return true unless distributed?
return true unless self.children.any?
end
return false unless distributed?
end
end