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

All Superinterfaces:
Axiom

public interface EquivalentObjectProperties
extends Axiom

Represents an axiom specifying that the object properties are equivalent.


Method Summary
 java.util.Set<ObjectProperty> getObjectProperties()
          Returns the set of object properties that are equivalent.
 
Methods inherited from interface org.semanticweb.kaon2.api.Axiom
accept, toString
 

Method Detail

getObjectProperties

java.util.Set<ObjectProperty> getObjectProperties()
Returns the set of object properties that are equivalent.

Returns:
the set of equivalent object properties