org.semanticweb.elk.owlapi.wrapper
Class ElkNamedIndividualWrap<T extends org.semanticweb.owlapi.model.OWLNamedIndividual>

java.lang.Object
  extended by org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
      extended by org.semanticweb.elk.owlapi.wrapper.ElkEntityWrap<T>
          extended by org.semanticweb.elk.owlapi.wrapper.ElkNamedIndividualWrap<T>
Type Parameters:
T - the type of the wrapped object
All Implemented Interfaces:
ElkEntity, ElkIndividual, ElkNamedIndividual, ElkObject

public class ElkNamedIndividualWrap<T extends org.semanticweb.owlapi.model.OWLNamedIndividual>
extends ElkEntityWrap<T>
implements ElkNamedIndividual

Implements the ElkNamedIndividual interface by wrapping instances of OWLNamedIndividual

Author:
Yevgeny Kazakov

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkNamedIndividualWrap(T owlNamedIndividual)
           
 
Method Summary
<O> O
accept(ElkEntityVisitor<O> visitor)
           
<O> O
accept(ElkIndividualVisitor<O> visitor)
           
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkEntityWrap
accept, getIri
 
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.ElkEntity
getIri
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Constructor Detail

ElkNamedIndividualWrap

public ElkNamedIndividualWrap(T owlNamedIndividual)
Method Detail

accept

public <O> O accept(ElkEntityVisitor<O> visitor)
Specified by:
accept in interface ElkEntity
Specified by:
accept in class ElkEntityWrap<T extends org.semanticweb.owlapi.model.OWLNamedIndividual>

accept

public <O> O accept(ElkIndividualVisitor<O> visitor)
Specified by:
accept in interface ElkIndividual


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