ontology_bean_list_factory.rb revision 5f289ede8e14ace0747ffb53e40cca9cd5df7605
require 'json'
@bean_list = []
end
end
{
}
end
if !ontology.distributed?
{
alt: "Standalone Ontology"
}
elsif ontology.heterogeneous?
{
alt: "Distributed Heterogeneous Ontology"
}
else
{
alt: "Distributed Homogeneous Ontology"
}
end
end
end
end
end
end