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

All Superinterfaces:
Axiom

public interface InverseObjectProperties
extends Axiom

Represents an axiom specifying that one property is an inverse property of the other property.


Method Summary
 ObjectProperty getFirst()
          Returns the first object property.
 ObjectProperty getSecond()
          Returns the second object property.
 
Methods inherited from interface org.semanticweb.kaon2.api.Axiom
accept, toString
 

Method Detail

getFirst

ObjectProperty getFirst()
Returns the first object property.

Returns:
the first object property

getSecond

ObjectProperty getSecond()
Returns the second object property.

Returns:
the second object property