org.semanticweb.elk.owl.interfaces
Interface ElkAnnotationAssertionAxiom

All Superinterfaces:
ElkAnnotationAxiom, ElkAxiom, ElkObject

public interface ElkAnnotationAssertionAxiom
extends ElkAnnotationAxiom

Annotation assertion axiom as defined in Section 10.2.1 of the specification Note that the superclass of AnnotationAssertion is AnnotationAxiom, not AssertionAxiom.

Author:
Frantisek Simancik, Pavel Klinov pavel.klinov@uni-ulm.de

Method Summary
 ElkAnnotationProperty getProperty()
           
 ElkAnnotationSubject getSubject()
           
 ElkAnnotationValue getValue()
           
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkAnnotationAxiom
accept
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkAxiom
accept
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Method Detail

getSubject

ElkAnnotationSubject getSubject()

getProperty

ElkAnnotationProperty getProperty()

getValue

ElkAnnotationValue getValue()


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