org.semanticweb.elk.owl.implementation
Class ElkAnnotationImpl

java.lang.Object
  extended by org.semanticweb.elk.owl.implementation.ElkAnnotationImpl
All Implemented Interfaces:
ElkAnnotation, ElkObject

public class ElkAnnotationImpl
extends Object
implements ElkAnnotation

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

Method Summary
<O> O
accept(ElkObjectVisitor<O> visitor)
           
 ElkAnnotationProperty getProperty()
           
 ElkAnnotationValue getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

accept

public <O> O accept(ElkObjectVisitor<O> visitor)
Specified by:
accept in interface ElkObject

getProperty

public ElkAnnotationProperty getProperty()
Specified by:
getProperty in interface ElkAnnotation

getValue

public ElkAnnotationValue getValue()
Specified by:
getValue in interface ElkAnnotation


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