org.semanticweb.elk.owlapi.wrapper
Class ElkAnnotationPropertyWrap<T extends org.semanticweb.owlapi.model.OWLAnnotationProperty>
java.lang.Object
org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkEntityWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkAnnotationPropertyWrap<T>
- Type Parameters:
T - the type of the wrapped object
- All Implemented Interfaces:
- ElkAnnotationProperty, ElkEntity, ElkObject
public class ElkAnnotationPropertyWrap<T extends org.semanticweb.owlapi.model.OWLAnnotationProperty>
- extends ElkEntityWrap<T>
- implements ElkAnnotationProperty
Implements the ElkAnnotationProperty interface by wrapping instances
of OWLAnnotationProperty
- Author:
- Frantisek Simancik
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkEntity |
getIri |
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject |
accept |
ElkAnnotationPropertyWrap
public ElkAnnotationPropertyWrap(T owlAnnotationProperty)
accept
public <O> O accept(ElkEntityVisitor<O> visitor)
- Specified by:
accept in interface ElkEntity- Specified by:
accept in class ElkEntityWrap<T extends org.semanticweb.owlapi.model.OWLAnnotationProperty>
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.