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

All Superinterfaces:
Axiom

public interface EquivalentClasses
extends Axiom

Represents an axiom specifying that descriptions are equivalent.


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

Method Detail

getDescriptions

java.util.Set<Description> getDescriptions()
Returns the set of descriptions that are equivalent.

Returns:
the set of equivalent descriptions