org.semanticweb.elk.owlapi.wrapper
Class ElkAnnotationPropertyRangeAxiomWrap<T extends org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiom>
java.lang.Object
org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkAxiomWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkAnnotationAxiomWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkAnnotationPropertyRangeAxiomWrap<T>
- Type Parameters:
T - the type of the wrapped object
- All Implemented Interfaces:
- ElkAnnotationAxiom, ElkAnnotationPropertyRangeAxiom, ElkAxiom, ElkObject, ElkPropertyAxiom<ElkAnnotationProperty>, ElkPropertyRangeAxiom<ElkAnnotationProperty,ElkIri>
public class ElkAnnotationPropertyRangeAxiomWrap<T extends org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiom>
- extends ElkAnnotationAxiomWrap<T>
- implements ElkAnnotationPropertyRangeAxiom
Implements the ElkAnnotationPropertyRangeAxiom interface by wrapping
instances of OWLAnnotationPropertyRangeAxiom
- Author:
- "Yevgeny Kazakov"
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkAxiom |
accept |
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject |
accept |
ElkAnnotationPropertyRangeAxiomWrap
public ElkAnnotationPropertyRangeAxiomWrap(T owlAnnotationPropertyRangeAxiom)
getProperty
public ElkAnnotationProperty getProperty()
- Specified by:
getProperty in interface ElkPropertyAxiom<ElkAnnotationProperty>
getRange
public ElkIri getRange()
- Specified by:
getRange in interface ElkPropertyRangeAxiom<ElkAnnotationProperty,ElkIri>
accept
public <O> O accept(ElkAnnotationAxiomVisitor<O> visitor)
- Specified by:
accept in interface ElkAnnotationAxiom- Specified by:
accept in class ElkAnnotationAxiomWrap<T extends org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiom>
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.