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