org.semanticweb.elk.owl.implementation
Class ElkNamedIndividualImpl

java.lang.Object
  extended by org.semanticweb.elk.owl.implementation.ElkObjectImpl
      extended by org.semanticweb.elk.owl.implementation.ElkIriObject
          extended by org.semanticweb.elk.owl.implementation.ElkNamedIndividualImpl
All Implemented Interfaces:
ElkEntity, ElkIndividual, ElkNamedIndividual, ElkObject

public class ElkNamedIndividualImpl
extends ElkIriObject
implements ElkEntity, ElkNamedIndividual

Corresponds to an Named Individuals in the OWL 2 specification.

Author:
Markus Kroetzsch

Field Summary
 
Fields inherited from class org.semanticweb.elk.owl.implementation.ElkIriObject
iri
 
Method Summary
<O> O
accept(ElkEntityVisitor<O> visitor)
           
<O> O
accept(ElkIndividualVisitor<O> visitor)
           
<O> O
accept(ElkObjectVisitor<O> visitor)
           
 
Methods inherited from class org.semanticweb.elk.owl.implementation.ElkIriObject
getIri, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkEntity
getIri
 

Method Detail

accept

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

accept

public <O> O accept(ElkEntityVisitor<O> visitor)
Specified by:
accept in interface ElkEntity

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.