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

All Superinterfaces:
Axiom

public interface ObjectPropertyRange
extends Axiom

Represents an axiom specifying the range of some object property.


Method Summary
 ObjectProperty getObjectProperty()
          Returns the object property for which this axiom is stated.
 Description getRange()
          Returns the range description.
 
Methods inherited from interface org.semanticweb.kaon2.api.Axiom
accept, toString
 

Method Detail

getObjectProperty

ObjectProperty getObjectProperty()
Returns the object property for which this axiom is stated.

Returns:
the object property of the axiom

getRange

Description getRange()
Returns the range description.

Returns:
the range description