Uses of Class
utility.Ontology

Packages that use Ontology
correspondenceComputations   
 

Uses of Ontology in correspondenceComputations
 

Methods in correspondenceComputations with parameters of type Ontology
static java.util.Set<Correspondence> PropertyChain.computePropertyChain(Ontology ont1, Ontology ont2, OntologyAlignment ali)
          Compute the set of correspondences of the type property chain where a datatype property is equivalent to a object property and a datatype property.
static java.util.Set<Correspondence> QualifiedRestriction.computeQualifiedRestriction(Ontology ont1, Ontology ont2, OntologyAlignment ali)
          Compute the correspondences which consists of an object property out of one ontology and an object property plus a restricted range out of the other ontology.
static java.util.Set<Correspondence> UnqualifiedRestriction.computeUnqualifiedRestriction(Ontology ont1, Ontology ont2, OntologyAlignment ali)
          Compute the complex correspondences as described in the class description.
static java.util.Set<Correspondence> ValueRestriction.valueRestriction(Ontology ont1, Ontology ont2, OntologyAlignment ali)
          Compute the complex correspondences of two given ontologies how it is recorded in the class description.