org.semanticweb.elk.owlapi.wrapper
Class ElkSubAnnotationPropertyOfAxiomWrap<T extends org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom>

java.lang.Object
  extended by org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
      extended by org.semanticweb.elk.owlapi.wrapper.ElkAxiomWrap<T>
          extended by org.semanticweb.elk.owlapi.wrapper.ElkAnnotationAxiomWrap<T>
              extended by org.semanticweb.elk.owlapi.wrapper.ElkSubAnnotationPropertyOfAxiomWrap<T>
Type Parameters:
T - the type of the wrapped object
All Implemented Interfaces:
ElkAnnotationAxiom, ElkAxiom, ElkObject, ElkSubAnnotationPropertyOfAxiom

public class ElkSubAnnotationPropertyOfAxiomWrap<T extends org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom>
extends ElkAnnotationAxiomWrap<T>
implements ElkSubAnnotationPropertyOfAxiom

Implements the ElkSubAnnotationPropertyOfAxiom interface by wrapping instances of OWLSubAnnotationPropertyOfAxiom

Author:
Frantisek Simancik

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkSubAnnotationPropertyOfAxiomWrap(T owlSubAnnotationPropertyOfAxiom)
           
 
Method Summary
<O> O
accept(ElkAnnotationAxiomVisitor<O> visitor)
           
 ElkAnnotationProperty getSubAnnotationProperty()
           
 ElkAnnotationProperty getSuperAnnotationProperty()
           
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkAnnotationAxiomWrap
accept
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkAxiomWrap
accept
 
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.ElkAxiom
accept
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Constructor Detail

ElkSubAnnotationPropertyOfAxiomWrap

public ElkSubAnnotationPropertyOfAxiomWrap(T owlSubAnnotationPropertyOfAxiom)
Method Detail

getSubAnnotationProperty

public ElkAnnotationProperty getSubAnnotationProperty()
Specified by:
getSubAnnotationProperty in interface ElkSubAnnotationPropertyOfAxiom

getSuperAnnotationProperty

public ElkAnnotationProperty getSuperAnnotationProperty()
Specified by:
getSuperAnnotationProperty in interface ElkSubAnnotationPropertyOfAxiom

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.OWLSubAnnotationPropertyOfAxiom>


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.