org.semanticweb.elk.owl.interfaces
Interface ElkDeclarationAxiom

All Superinterfaces:
ElkAxiom, ElkObject

public interface ElkDeclarationAxiom
extends ElkAxiom

Corresponds to a Declaration Axiom in the OWL 2 specification.

Author:
Markus Kroetzsch

Method Summary
 ElkEntity getEntity()
          Get the entity that this declaration axioms refers to.
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkAxiom
accept
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Method Detail

getEntity

ElkEntity getEntity()
Get the entity that this declaration axioms refers to.

Returns:
the entity that the declaration refers to


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