org.semanticweb.elk.owlapi.wrapper
Class ElkAxiomWrap<T extends org.semanticweb.owlapi.model.OWLAxiom>

java.lang.Object
  extended by org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
      extended by org.semanticweb.elk.owlapi.wrapper.ElkAxiomWrap<T>
Type Parameters:
T - the type of the wrapped object
All Implemented Interfaces:
ElkAxiom, ElkObject
Direct Known Subclasses:
ElkAnnotationAssertionAxiomWrap, ElkAnnotationAxiomWrap, ElkAssertionAxiomWrap, ElkClassAxiomWrap, ElkDataPropertyAxiomWrap, ElkDatatypeDefinitionAxiomWrap, ElkDeclarationAxiomWrap, ElkHasKeyAxiomWrap, ElkObjectPropertyAxiomWrap

public abstract class ElkAxiomWrap<T extends org.semanticweb.owlapi.model.OWLAxiom>
extends ElkObjectWrap<T>
implements ElkAxiom

Implements the ElkAxiom interface by wrapping instances of OWLAxiom

Author:
Yevgeny Kazakov

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkAxiomWrap(T owlAxiom)
           
 
Method Summary
abstract
<O> O
accept(ElkAxiomVisitor<O> visitor)
           
<O> O
accept(ElkObjectVisitor<O> visitor)
           
 
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
 

Constructor Detail

ElkAxiomWrap

public ElkAxiomWrap(T owlAxiom)
Method Detail

accept

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

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.