Alignment API and Server 4.5 (1846M)

Uses of Interface
org.semanticweb.owl.align.Visitable

Packages that use Visitable
fr.inrialpes.exmo.align.impl   
fr.inrialpes.exmo.align.impl.aggr   
fr.inrialpes.exmo.align.impl.edoal   
fr.inrialpes.exmo.align.impl.method   
fr.inrialpes.exmo.align.impl.rel   
fr.inrialpes.exmo.align.ling   
fr.inrialpes.exmo.align.service   
org.semanticweb.owl.align   
 

Uses of Visitable in fr.inrialpes.exmo.align.impl
 

Classes in fr.inrialpes.exmo.align.impl that implement Visitable
 class BasicAlignment
          Represents a basic ontology alignment, i.e., a fully functionnal alignment for wich the type of aligned objects is not known.
 class BasicCell
          Represents an ontology alignment correspondence.
 class BasicRelation
          Represents an ontology alignment relation.
 class DistanceAlignment
          The mother class for distance or similarity-based alignments.
 class ObjectAlignment
          Represents an OWL ontology alignment.
 class ObjectCell
          Represents an ontology alignment correspondence.
 class URIAlignment
          Represents an ontology alignment relating entities identified by their URIs
 class URICell
          Represents an ontology alignment correspondence between two URIs
 

Uses of Visitable in fr.inrialpes.exmo.align.impl.aggr
 

Classes in fr.inrialpes.exmo.align.impl.aggr that implement Visitable
 class ConsensusAggregator
           
 

Uses of Visitable in fr.inrialpes.exmo.align.impl.edoal
 

Classes in fr.inrialpes.exmo.align.impl.edoal that implement Visitable
 class EDOALAlignment
          This class is an encapsulation of BasicAlignement so that it creates the structures required by the MappingDocument within the BasicAlignment
 class EDOALCell
          This implements a particular of ontology correspondence when it is a correspondence from the EDOAL Mapping Language.
 

Uses of Visitable in fr.inrialpes.exmo.align.impl.method
 

Classes in fr.inrialpes.exmo.align.impl.method that implement Visitable
 class ClassStructAlignment
          Establishes an alignment based on the comparison of the properties that classes have in common.
 class EditDistNameAlignment
          This class aligns ontology with regard to the editing distance between class names.
 class NameAndPropertyAlignment
          This class has been built for ISWC experiments with bibliography.
 class NameEqAlignment
          Matches two oontologies based on the equality of the name of their entities.
 class SMOANameAlignment
          This class aligns ontology with regard to the editing distance between class names.
 class StringDistAlignment
          Represents an OWL ontology alignment.
 class StrucSubsDistAlignment
          This class has been built for ISWC experiments with bibliography.
 class SubsDistNameAlignment
          This class implements alignment based on substring distance of class and property labels THIS CLASS IS ONLY HERE FOR COMPATIBILITY PURPOSES
 

Uses of Visitable in fr.inrialpes.exmo.align.impl.rel
 

Classes in fr.inrialpes.exmo.align.impl.rel that implement Visitable
 class EquivRelation
          Represents an OWL equivalence relation.
 class HasInstanceRelation
          Represents an OWL equivalence relation.
 class IncompatRelation
          Represents an OWL equivalence relation.
 class InstanceOfRelation
          Represents a relation between an instance and its class.
 class NonTransitiveImplicationRelation
          Represents a non transitive implication relation.
 class SubsumedRelation
          Represents an OWL subsumption relation.
 class SubsumeRelation
          Represents an OWL subsumption relation.
 

Uses of Visitable in fr.inrialpes.exmo.align.ling
 

Classes in fr.inrialpes.exmo.align.ling that implement Visitable
 class JWNLAlignment
          This Class uses JWNLDistances to align two ontologies.
 

Uses of Visitable in fr.inrialpes.exmo.align.service
 

Classes in fr.inrialpes.exmo.align.service that implement Visitable
 class WSAlignment
          This is an AlignmentProcess which perform matching by connecting to an AlignmentServer and retrieving or computing an alignment.
 

Uses of Visitable in org.semanticweb.owl.align
 

Subinterfaces of Visitable in org.semanticweb.owl.align
 interface Alignment
          Represents an Ontology alignment.
 interface AlignmentProcess
          Represents an executable alignment
 interface Cell
          Represents an correspondence between ontology entities.
 interface Relation
           
 


Alignment API and Server 4.5 (1846M)

(C) INRIA & friends, 2003-2013