org.semanticweb.elk.owlapi.wrapper
Class ElkAnonymousIndividualWrap<T extends org.semanticweb.owlapi.model.OWLAnonymousIndividual>

java.lang.Object
  extended by org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
      extended by org.semanticweb.elk.owlapi.wrapper.ElkIndividualWrap<T>
          extended by org.semanticweb.elk.owlapi.wrapper.ElkAnonymousIndividualWrap<T>
Type Parameters:
T - the type of the wrapped object
All Implemented Interfaces:
ElkAnnotationSubject, ElkAnnotationValue, ElkAnonymousIndividual, ElkIndividual, ElkObject

public class ElkAnonymousIndividualWrap<T extends org.semanticweb.owlapi.model.OWLAnonymousIndividual>
extends ElkIndividualWrap<T>
implements ElkAnonymousIndividual

Implements the ElkAnonymousIndividual interface by wrapping instances of OWLAnonymousIndividual

Author:
Yevgeny Kazakov

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Method Summary
<O> O
accept(ElkIndividualVisitor<O> visitor)
           
 String getNodeId()
           
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkIndividualWrap
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
 

Method Detail

getNodeId

public String getNodeId()
Specified by:
getNodeId in interface ElkAnonymousIndividual

accept

public <O> O accept(ElkIndividualVisitor<O> visitor)
Specified by:
accept in interface ElkIndividual
Specified by:
accept in class ElkIndividualWrap<T extends org.semanticweb.owlapi.model.OWLAnonymousIndividual>


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