org.semanticweb.elk.owlapi.wrapper
Class ElkAssertionAxiomWrap<T extends org.semanticweb.owlapi.model.OWLIndividualAxiom>

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.ElkAssertionAxiomWrap<T>
Type Parameters:
T - the type of the wrapped object
All Implemented Interfaces:
ElkAssertionAxiom, ElkAxiom, ElkObject
Direct Known Subclasses:
ElkClassAssertionAxiomWrap, ElkDataPropertyAssertionAxiomWrap, ElkDifferentIndividualsAxiomWrap, ElkNegativeDataPropertyAssertionAxiomWrap, ElkNegativeObjectPropertyAssertionAxiomWrap, ElkObjectPropertyAssertionAxiomWrap, ElkSameIndividualAxiomWrap

public abstract class ElkAssertionAxiomWrap<T extends org.semanticweb.owlapi.model.OWLIndividualAxiom>
extends ElkAxiomWrap<T>
implements ElkAssertionAxiom

Implements the ElkAssertionAxiom interface by wrapping instances of OWLIndividualAxiom

Author:
Yevgeny Kazakov

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

ElkAssertionAxiomWrap

public ElkAssertionAxiomWrap(T owlIndividualAxiom)
Method Detail

accept

public abstract <O> O accept(ElkAssertionAxiomVisitor<O> visitor)
Specified by:
accept in interface ElkAssertionAxiom

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.OWLIndividualAxiom>


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