Uses of Class
correspondence.Correspondence

Packages that use Correspondence
correspondence   
correspondenceComputations   
 

Uses of Correspondence in correspondence
 

Constructor parameters in correspondence with type arguments of type Correspondence
CorrespondenceWriter(java.util.Set<Correspondence> corres)
          Constructor
 

Uses of Correspondence in correspondenceComputations
 

Methods in correspondenceComputations that return types with arguments of type Correspondence
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.