Alignment API and Server 4.1.${version.update}

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.impl.renderer   
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
 

Subinterfaces of Visitable in fr.inrialpes.exmo.align.impl.edoal
 interface ValueExpression
          Interface implemented by expressions which can be used as values: Value, Path, Instance
 

Classes in fr.inrialpes.exmo.align.impl.edoal that implement Visitable
 class Apply
           Apply is the application of a function to arguments.
 class ClassConstruction
           Represents a ClassExpression.
 class ClassDomainRestriction
           
 class ClassExpression
           Represents a ClassExpression.
 class ClassId
          A simple Id to represent a Class.
 class ClassOccurenceRestriction
           Represents a attributeOccurenceRestriction tag for a ClassExpressions.
 class ClassRestriction
           Superclass for all ClassRestrictions.
 class ClassTypeRestriction
           Represents a type typeCondition tag for PropertyExpressions.
 class ClassValueRestriction
           Represents a type valueCondition tag for PropertyExpressions.
 class Datatype
           Id to represent a datatype
 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.
 class EDOALRelation
          Represents an ontology alignment relation.
 class Expression
           This class serves as the base for the four different expression types.
 class InstanceExpression
           Represents a InstanceExpression.
 class InstanceId
          A simple Id to represent a Instance.
 class PathExpression
           Represents a RelationExpression.
 class PropertyConstruction
           Represents a PropertyConstruction.
 class PropertyDomainRestriction
           Represents a domainRestriction tag for PropertyExpressions.
 class PropertyExpression
           Represents a PropertyExpression.
 class PropertyId
           A simple Id to represent a Property.
 class PropertyRestriction
           Superclass for all AttributeConditions.
 class PropertyTypeRestriction
           Represents a attributeTypeRestriction tag for a ClassExpressions.
 class PropertyValueRestriction
           Represents a attributeValueRestriction tag for a ClassExpressions.
 class RelationCoDomainRestriction
           Represents a coDomainRestriction tag for RelationExpressions.
 class RelationConstruction
           Represents a RelationExpression.
 class RelationDomainRestriction
           Represents a domainRestriction tag for RelationExpressions.
 class RelationExpression
           Represents a RelationExpression.
 class RelationId
          A simple Id to represent a Relation.
 class RelationRestriction
           Superclass for all RelationConditions.
 class Transformation
          This implements a transformation of an entity into another.
 class TransfService
           Represents a tranformation service to transform the values of attributes.
 class Value
           Id to represent a simple valuestring.
 class ValueConstraint
           
 

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 IncompatRelation
          Represents an OWL equivalence relation.
 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.impl.renderer
 

Methods in fr.inrialpes.exmo.align.impl.renderer with parameters of type Visitable
 void XSLTRendererVisitor.visit(Visitable o)
           
 void XMLMetadataRendererVisitor.visit(Visitable o)
           
 void SWRLRendererVisitor.visit(Visitable o)
           
 void SKOSRendererVisitor.visit(Visitable o)
           
 void SEKTMappingRendererVisitor.visit(Visitable o)
           
 void RDFRendererVisitor.visit(Visitable o)
           
 void OWLAxiomsRendererVisitor.visit(Visitable o)
           
 void HTMLRendererVisitor.visit(Visitable o)
           
 void HTMLMetadataRendererVisitor.visit(Visitable o)
           
 void COWLMappingRendererVisitor.visit(Visitable o)
           
 

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
          Represents an ontology alignment relating entities identified by their URIs
 

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
           
 

Methods in org.semanticweb.owl.align with parameters of type Visitable
 void AlignmentVisitor.visit(Visitable o)
           
 


Alignment API and Server 4.1.${version.update}

(C) INRIA & friends, 2003-${curryear}