INRIA & friends

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

Packages that use AlignmentVisitor
fr.inrialpes.exmo.align.impl   
fr.inrialpes.exmo.align.impl.rel   
fr.inrialpes.exmo.align.impl.renderer   
org.semanticweb.owl.align   
 

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

Methods in fr.inrialpes.exmo.align.impl with parameters of type AlignmentVisitor
 void BasicRelation.accept(AlignmentVisitor visitor)
           
 void BasicCell.accept(AlignmentVisitor visitor)
           
 void BasicAlignment.accept(AlignmentVisitor visitor)
           
 void BasicAlignment.render(AlignmentVisitor renderer)
          This should be rewritten in order to generate the axiom ontology instead of printing it! And then use ontology serialization for getting it printed.
 

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

Methods in fr.inrialpes.exmo.align.impl.rel with parameters of type AlignmentVisitor
 void SubsumeRelation.accept(AlignmentVisitor visitor)
           
 void SubsumedRelation.accept(AlignmentVisitor visitor)
           
 void NonTransitiveImplicationRelation.accept(AlignmentVisitor visitor)
           
 void IncompatRelation.accept(AlignmentVisitor visitor)
           
 void EquivRelation.accept(AlignmentVisitor visitor)
           
 

Uses of AlignmentVisitor in fr.inrialpes.exmo.align.impl.renderer
 

Classes in fr.inrialpes.exmo.align.impl.renderer that implement AlignmentVisitor
 class COWLMappingRendererVisitor
          Renders an alignment as a new ontology merging these.
 class OWLAxiomsRendererVisitor
          Renders an alignment as a new ontology merging these.
 class RDFRendererVisitor
          Renders an alignment in its RDF format
 class SEKTMappingRendererVisitor
          Renders an alignment as a new ontology merging these.
 class SKOSRendererVisitor
          Renders an alignment as a new ontology merging these.
 class SWRLRendererVisitor
          Renders an alignment as a SWRL rule set interpreting .data of the first ontology into the second one.
 class XSLTRendererVisitor
          Renders an alignment as a XSLT stylesheet transforming .data of the first ontology into the second one.
 

Uses of AlignmentVisitor in org.semanticweb.owl.align
 

Methods in org.semanticweb.owl.align with parameters of type AlignmentVisitor
 void Relation.accept(AlignmentVisitor visitor)
          Creation
 void Cell.accept(AlignmentVisitor visitor)
           
 void Alignment.accept(AlignmentVisitor visitor)
          Alignment methods
 void Alignment.render(AlignmentVisitor renderer)
          Exporting The alignments are exported for other purposes.
 


INRIA & friends

..no bottom yet...