org.semanticweb.elk.owlapi.wrapper
Class ElkClassAssertionAxiomWrap<T extends org.semanticweb.owlapi.model.OWLClassAssertionAxiom>

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>
              extended by org.semanticweb.elk.owlapi.wrapper.ElkClassAssertionAxiomWrap<T>
Type Parameters:
T - the type of the wrapped object
All Implemented Interfaces:
ElkAssertionAxiom, ElkAxiom, ElkClassAssertionAxiom, ElkObject

public class ElkClassAssertionAxiomWrap<T extends org.semanticweb.owlapi.model.OWLClassAssertionAxiom>
extends ElkAssertionAxiomWrap<T>
implements ElkClassAssertionAxiom

Implements the ElkClassAssertionAxiom interface by wrapping instances of OWLClassAssertionAxiom

Author:
Yevgeny Kazakov

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkClassAssertionAxiomWrap(T owlClassAssertionAxiom)
           
 
Method Summary
<O> O
accept(ElkAssertionAxiomVisitor<O> visitor)
           
 ElkClassExpression getClassExpression()
           
 ElkIndividual getIndividual()
           
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkAssertionAxiomWrap
accept
 
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.ElkAxiom
accept
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Constructor Detail

ElkClassAssertionAxiomWrap

public ElkClassAssertionAxiomWrap(T owlClassAssertionAxiom)
Method Detail

getIndividual

public ElkIndividual getIndividual()
Specified by:
getIndividual in interface ElkClassAssertionAxiom

getClassExpression

public ElkClassExpression getClassExpression()
Specified by:
getClassExpression in interface ElkClassAssertionAxiom

accept

public <O> O accept(ElkAssertionAxiomVisitor<O> visitor)
Specified by:
accept in interface ElkAssertionAxiom
Specified by:
accept in class ElkAssertionAxiomWrap<T extends org.semanticweb.owlapi.model.OWLClassAssertionAxiom>


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