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

All Superinterfaces:
Axiom

public interface DataPropertyRange
extends Axiom

Represents an axiom specifying the range of some data property.


Method Summary
 DataProperty getDataProperty()
          Returns the data property for which this axiom is stated.
 DataRange getRange()
          Returns the data range.
 
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

getRange

DataRange getRange()
Returns the data range.

Returns:
the data range