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

All Superinterfaces:
Axiom

public interface SameIndividual
extends Axiom

Represents an axiom specifying that individuals are the same.


Method Summary
 java.util.Set<Individual> getIndividuals()
          Returns the set of individuals that are the same.
 
Methods inherited from interface org.semanticweb.kaon2.api.Axiom
accept, toString
 

Method Detail

getIndividuals

java.util.Set<Individual> getIndividuals()
Returns the set of individuals that are the same.

Returns:
the set of individuals that are the same