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

All Superinterfaces:
Axiom

public interface EquivalentDataProperties
extends Axiom

Represents an axiom specifying that the data properties are equivalent.


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

Method Detail

getDataProperties

java.util.Set<DataProperty> getDataProperties()
Returns the set of data properties that are equivalent.

Returns:
the set of equivalent data properties