org.semanticweb.elk.owlapi.wrapper
Class ElkAnnotationAssertionAxiomWrap<T extends org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom>

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

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkAnnotationAssertionAxiomWrap(T owlAxiom)
           
 
Method Summary
<O> O
accept(ElkAnnotationAxiomVisitor<O> visitor)
           
<O> O
accept(ElkAxiomVisitor<O> visitor)
           
 ElkAnnotationProperty getProperty()
           
 ElkAnnotationSubject getSubject()
           
 ElkAnnotationValue getValue()
           
 
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.ElkObject
accept
 

Constructor Detail

ElkAnnotationAssertionAxiomWrap

public ElkAnnotationAssertionAxiomWrap(T owlAxiom)
Method Detail

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.