Uses of Interface
org.semanticweb.elk.owl.visitors.ElkAssertionAxiomVisitor

Packages that use ElkAssertionAxiomVisitor
org.semanticweb.elk.owl.interfaces   
org.semanticweb.elk.owl.util   
org.semanticweb.elk.owl.visitors   
 

Uses of ElkAssertionAxiomVisitor in org.semanticweb.elk.owl.interfaces
 

Methods in org.semanticweb.elk.owl.interfaces with parameters of type ElkAssertionAxiomVisitor
<O> O
ElkAssertionAxiom.accept(ElkAssertionAxiomVisitor<O> visitor)
          Accept an ElkAssertionAxiomVisitor.
 

Uses of ElkAssertionAxiomVisitor in org.semanticweb.elk.owl.util
 

Classes in org.semanticweb.elk.owl.util that implement ElkAssertionAxiomVisitor
 class OwlObjectNameVisitor
          Visitor for ElkObject that returns the standard OWL2 name of each constructor.
 

Uses of ElkAssertionAxiomVisitor in org.semanticweb.elk.owl.visitors
 

Subinterfaces of ElkAssertionAxiomVisitor in org.semanticweb.elk.owl.visitors
 interface ElkAxiomVisitor<O>
          Super interface of all visitors for ElkAxiom
 interface ElkObjectVisitor<O>
          Visitor pattern interface for instances of ElkObject.
 



Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.