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

All Superinterfaces:
Axiom

public interface DisjointClasses
extends Axiom

Represents an axiom specifying that descriptions are disjoint.


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

Method Detail

getDescriptions

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

Returns:
the set of disjoint descriptions