org.semanticweb.elk.owl.implementation
Class ElkAnnotationAssertionAxiomImpl

java.lang.Object
  extended by org.semanticweb.elk.owl.implementation.ElkAnnotationAssertionAxiomImpl
All Implemented Interfaces:
ElkAnnotationAssertionAxiom, ElkAnnotationAxiom, ElkAxiom, ElkObject

public class ElkAnnotationAssertionAxiomImpl
extends Object
implements ElkAnnotationAssertionAxiom

Implementation of ElkAnnotationAssertionAxiom

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

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

Method Detail

getProperty

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

getValue

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

accept

public <O> O accept(ElkAxiomVisitor<O> visitor)
Specified by:
accept in interface ElkAxiom

getSubject

public ElkAnnotationSubject getSubject()
Specified by:
getSubject in interface ElkAnnotationAssertionAxiom

accept

public <O> O accept(ElkAnnotationAxiomVisitor<O> visitor)
Specified by:
accept in interface ElkAnnotationAxiom

accept

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


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