org.semanticweb.kaon2.api.owl.axioms
Interface DataPropertyDomain

All Superinterfaces:
Axiom

public interface DataPropertyDomain
extends Axiom

Represents an axiom specifying the domain of some data property.


Method Summary
 DataProperty getDataProperty()
          Returns the data property for which this axiom is stated.
 Description getDomain()
          Returns the domain description.
 
Methods inherited from interface org.semanticweb.kaon2.api.Axiom
accept, toString
 

Method Detail

getDataProperty

DataProperty getDataProperty()
Returns the data property for which this axiom is stated.

Returns:
the data property of the axiom

getDomain

Description getDomain()
Returns the domain description.

Returns:
the domain description