org.semanticweb.elk.owlapi.wrapper
Class ElkAnnotationAssertionAxiomWrap<T extends org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom>
java.lang.Object
org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkAxiomWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkAnnotationAssertionAxiomWrap<T>
- Type Parameters:
T - the type of the wrapped OWLAnnotationAssertionAxiom
- All Implemented Interfaces:
- ElkAnnotationAssertionAxiom, ElkAnnotationAxiom, ElkAxiom, ElkObject
public class ElkAnnotationAssertionAxiomWrap<T extends org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom>
- extends ElkAxiomWrap<T>
- implements ElkAnnotationAssertionAxiom
- Author:
- Pavel Klinov
pavel.klinov@uni-ulm.de, "Yevgeny Kazakov"
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject |
accept |
ElkAnnotationAssertionAxiomWrap
public ElkAnnotationAssertionAxiomWrap(T owlAxiom)
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.OWLAnnotationAssertionAxiom>
accept
public <O> O accept(ElkAnnotationAxiomVisitor<O> visitor)
- Specified by:
accept in interface ElkAnnotationAxiom
getSubject
public ElkAnnotationSubject getSubject()
- Specified by:
getSubject in interface ElkAnnotationAssertionAxiom
getProperty
public ElkAnnotationProperty getProperty()
- Specified by:
getProperty in interface ElkAnnotationAssertionAxiom
getValue
public ElkAnnotationValue getValue()
- Specified by:
getValue in interface ElkAnnotationAssertionAxiom
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.