org.semanticweb.elk.owl.interfaces
Interface ElkPropertyDomainAxiom<P,D>

Type Parameters:
P - the type of the property of this axiom
D - the type of the domain of this axiom
All Superinterfaces:
ElkAxiom, ElkObject, ElkPropertyAxiom<P>
All Known Subinterfaces:
ElkAnnotationPropertyDomainAxiom, ElkDataPropertyDomainAxiom, ElkObjectPropertyDomainAxiom

public interface ElkPropertyDomainAxiom<P,D>
extends ElkPropertyAxiom<P>

A generic interface for for object and data property domain axioms. properties.

Author:
"Yevgeny Kazakov"

Method Summary
 D getDomain()
          Get the domain of this axiom.
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkPropertyAxiom
getProperty
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkAxiom
accept
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Method Detail

getDomain

D getDomain()
Get the domain of this axiom.

Returns:
the domain of this axiom


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