org.semanticweb.owl.model
Interface OWLEnumeration

All Superinterfaces:
Cloneable, OWLDescription, OWLObject, Serializable
All Known Implementing Classes:
OWLEnumerationImpl

public interface OWLEnumeration
extends OWLDescription

An OWLEnumeration is a collection of OWLIndividuals.

Version:
$Id: OWLEnumeration.java,v 1.1.1.1 2003/10/14 17:10:08 sean_bechhofer Exp $

Method Summary
 Set getIndividuals()
          Returns a list of the individuals in the collection
 
Methods inherited from interface org.semanticweb.owl.model.OWLDescription
accept
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
accept, clone, getAnnotations, getAnnotations, getContainedObjects, getMetadata, getOWLConnection, getOWLDataFactory
 

Method Detail

getIndividuals

public Set getIndividuals()
                   throws OWLException
Returns a list of the individuals in the collection

OWLException


WonderWeb