org.semanticweb.elk.owlapi.wrapper
Class ElkAnnotationAxiomWrap<T extends org.semanticweb.owlapi.model.OWLAnnotationAxiom>
java.lang.Object
org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkAxiomWrap<T>
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
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject |
accept |
ElkAnnotationAxiomWrap
public ElkAnnotationAxiomWrap(T owlAnnotationAxiom)
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.