org.semanticweb.elk.owl.interfaces
Interface ElkAnonymousIndividual

All Superinterfaces:
ElkAnnotationSubject, ElkAnnotationValue, ElkIndividual, ElkObject

public interface ElkAnonymousIndividual
extends ElkIndividual, ElkAnnotationValue, ElkAnnotationSubject

Corresponds to an Anonymous Individuals in the OWL 2 specification.

Author:
Markus Kroetzsch

Method Summary
 String getNodeId()
          Get the nodeID of this anonymous individual.
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkIndividual
accept
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Method Detail

getNodeId

String getNodeId()
Get the nodeID of this anonymous individual.

Returns:
The nodeID of anonymous individual.


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