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

All Superinterfaces:
Axiom

public interface SubDataPropertyOf
extends Axiom

Represents an axiom specifying that one data property is a subproperty of another property.


Method Summary
 DataProperty getSubDataProperty()
          Returns the sub-data property.
 DataProperty getSuperDataProperty()
          Returns the super-data property.
 
Methods inherited from interface org.semanticweb.kaon2.api.Axiom
accept, toString
 

Method Detail

getSubDataProperty

DataProperty getSubDataProperty()
Returns the sub-data property.

Returns:
the sub-data property

getSuperDataProperty

DataProperty getSuperDataProperty()
Returns the super-data property.

Returns:
the super-data property