org.semanticweb.elk.owlapi.wrapper
Class ElkAnnotationPropertyWrap<T extends org.semanticweb.owlapi.model.OWLAnnotationProperty>

java.lang.Object
  extended by org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
      extended by org.semanticweb.elk.owlapi.wrapper.ElkEntityWrap<T>
          extended by 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

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkAnnotationPropertyWrap(T owlAnnotationProperty)
           
 
Method Summary
<O> O
accept(ElkEntityVisitor<O> visitor)
           
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkEntityWrap
accept, getIri
 
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.ElkEntity
getIri
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Constructor Detail

ElkAnnotationPropertyWrap

public ElkAnnotationPropertyWrap(T owlAnnotationProperty)
Method Detail

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.