Uses of Class
utility.OntologyAlignment

Packages that use OntologyAlignment
correspondenceComputations   
reasoner   
 

Uses of OntologyAlignment in correspondenceComputations
 

Methods in correspondenceComputations with parameters of type OntologyAlignment
static boolean ComputationUtility.alreadyInAlignment(org.semanticweb.owl.model.OWLEntity entity, OntologyAlignment ali)
          Check if a correspondence is contained in the conventional alignment.
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.
 

Uses of OntologyAlignment in reasoner
 

Constructors in reasoner with parameters of type OntologyAlignment
ReasonerTwoOntologies(java.net.URI onto1, java.net.URI onto2, OntologyAlignment ali)
          Constructor to save all information.