org.semanticweb.elk.owlapi.wrapper
Class ElkAnnotationAxiomWrap<T extends org.semanticweb.owlapi.model.OWLAnnotationAxiom>

java.lang.Object
  extended by org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
      extended by org.semanticweb.elk.owlapi.wrapper.ElkAxiomWrap<T>
          extended by org.semanticweb.elk.owlapi.wrapper.ElkAnnotationAxiomWrap<T>
Type Parameters:
T - the type of the wrapped object
All Implemented Interfaces:
ElkAnnotationAxiom, ElkAxiom, ElkObject
Direct Known Subclasses:
ElkAnnotationPropertyDomainAxiomWrap, ElkAnnotationPropertyRangeAxiomWrap, ElkSubAnnotationPropertyOfAxiomWrap

public abstract class ElkAnnotationAxiomWrap<T extends org.semanticweb.owlapi.model.OWLAnnotationAxiom>
extends ElkAxiomWrap<T>
implements ElkAnnotationAxiom

Implements the ElkAnnotationAxiom interface by wrapping instances of OWLAnnotationAxiom

Author:
Frantisek Simancik

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkAnnotationAxiomWrap(T owlAnnotationAxiom)
           
 
Method Summary
abstract
<O> O
accept(ElkAnnotationAxiomVisitor<O> visitor)
           
<O> O
accept(ElkAxiomVisitor<O> visitor)
           
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkAxiomWrap
accept
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
hashCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Constructor Detail

ElkAnnotationAxiomWrap

public ElkAnnotationAxiomWrap(T owlAnnotationAxiom)
Method Detail

accept

public abstract <O> O accept(ElkAnnotationAxiomVisitor<O> visitor)
Specified by:
accept in interface ElkAnnotationAxiom

accept

public <O> O accept(ElkAxiomVisitor<O> visitor)
Specified by:
accept in interface ElkAxiom
Specified by:
accept in class ElkAxiomWrap<T extends org.semanticweb.owlapi.model.OWLAnnotationAxiom>


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