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

All Superinterfaces:
Axiom

public interface ClassMember
extends Axiom

Represents an axiom specifying that an individual is a member of a description.


Method Summary
 Description getDescription()
          Returns the description that this individual is a member of.
 Individual getIndividual()
          Returns the individual for which this axiom is stated.
 
Methods inherited from interface org.semanticweb.kaon2.api.Axiom
accept, toString
 

Method Detail

getDescription

Description getDescription()
Returns the description that this individual is a member of.

Returns:
the description

getIndividual

Individual getIndividual()
Returns the individual for which this axiom is stated.

Returns:
the individual of the axiom