org.semanticweb.elk.owl.interfaces
Interface ElkAnnotation

All Superinterfaces:
ElkObject

public interface ElkAnnotation
extends ElkObject

The basic interface for annotation objects in OWL 2 as defined in Section 10 of the specification

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

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

Method Detail

getProperty

ElkAnnotationProperty getProperty()

getValue

ElkAnnotationValue getValue()


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