org.semanticweb.elk.owl.interfaces
Interface ElkSubAnnotationPropertyOfAxiom

All Superinterfaces:
ElkAnnotationAxiom, ElkAxiom, ElkObject

public interface ElkSubAnnotationPropertyOfAxiom
extends ElkAnnotationAxiom

Corresponds to an Annotation Subproperty Axiom in the OWL 2 specification.

Author:
Frantisek Simancik

Method Summary
 ElkAnnotationProperty getSubAnnotationProperty()
          Get the sub annotation property of this axiom.
 ElkAnnotationProperty getSuperAnnotationProperty()
          Get the super annotation property of this axiom.
 
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

getSubAnnotationProperty

ElkAnnotationProperty getSubAnnotationProperty()
Get the sub annotation property of this axiom.

Returns:
sub annotation property

getSuperAnnotationProperty

ElkAnnotationProperty getSuperAnnotationProperty()
Get the super annotation property of this axiom.

Returns:
super annotation property


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