org.semanticweb.elk.owlapi.wrapper
Class ElkDeclarationAxiomWrap<T extends org.semanticweb.owlapi.model.OWLDeclarationAxiom>

java.lang.Object
  extended by org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
      extended by org.semanticweb.elk.owlapi.wrapper.ElkAxiomWrap<T>
          extended by org.semanticweb.elk.owlapi.wrapper.ElkDeclarationAxiomWrap<T>
Type Parameters:
T - the type of the wrapped object
All Implemented Interfaces:
ElkAxiom, ElkDeclarationAxiom, ElkObject

public class ElkDeclarationAxiomWrap<T extends org.semanticweb.owlapi.model.OWLDeclarationAxiom>
extends ElkAxiomWrap<T>
implements ElkDeclarationAxiom

Implements the ElkDeclarationAxiom interface by wrapping instances of OWLDeclarationAxiom

Author:
Yevgeny Kazakov

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkDeclarationAxiomWrap(T owlDeclarationAxiom)
           
 
Method Summary
<O> O
accept(ElkAxiomVisitor<O> visitor)
           
 ElkEntity getEntity()
           
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkAxiomWrap
accept
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
hashCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Constructor Detail

ElkDeclarationAxiomWrap

public ElkDeclarationAxiomWrap(T owlDeclarationAxiom)
Method Detail

getEntity

public ElkEntity getEntity()
Specified by:
getEntity in interface ElkDeclarationAxiom

accept

public <O> O accept(ElkAxiomVisitor<O> visitor)
Specified by:
accept in interface ElkAxiom
Specified by:
accept in class ElkAxiomWrap<T extends org.semanticweb.owlapi.model.OWLDeclarationAxiom>


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