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

All Superinterfaces:
Axiom

public interface SubObjectPropertyOf
extends Axiom

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


Method Summary
 ObjectProperty getSubObjectProperty()
          Returns the sub-object property.
 ObjectProperty getSuperObjectProperty()
          Returns the super-object property.
 
Methods inherited from interface org.semanticweb.kaon2.api.Axiom
accept, toString
 

Method Detail

getSubObjectProperty

ObjectProperty getSubObjectProperty()
Returns the sub-object property.

Returns:
the subobject property

getSuperObjectProperty

ObjectProperty getSuperObjectProperty()
Returns the super-object property.

Returns:
the superobject property