2ronwalf// public void setImports(Set imports); 2ronwalf * If this OWL-S ontology was translated from an older version of OWL-S 2ronwalf * (using <code>OWLSVersionTranslator</code>) then this function will return a 2ronwalf * reference to the original ontology. This way the information that 2ronwalf * might have been lost during translation, e.g. non-OWL-S descriptions 2ronwalf * in the original file, can still be accessed. If the ontology 2ronwalf * originally belongs to the latest version then this function will 2ronwalf * return a reference to itself. 2ronwalf * Merge the contents of this ontology with <code>ont</code> and return the 2ronwalf * merged ontology. Neither of the ontologies is changed. The returned 2ronwalf * ontology is NOT loaded to the KB automatically. 2ronwalf * Add the contents of <code>ont</code> into this ontology.