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

All Superinterfaces:
Axiom

public interface ObjectPropertyDomain
extends Axiom

Represents an axiom specifying the domain of some object property.


Method Summary
 Description getDomain()
          Returns the domain description.
 ObjectProperty getObjectProperty()
          Returns the object property for which this axiom is stated.
 
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

getDomain

Description getDomain()
Returns the domain description.

Returns:
the domain description