org.semanticweb.owl.model
Interface OWLDataEnumeration

All Superinterfaces:
Cloneable, OWLDataRange, OWLObject, Serializable
All Known Implementing Classes:
OWLDataEnumerationImpl

public interface OWLDataEnumeration
extends OWLDataRange

An OWLDataEnumeration is a collection of OWLDataValues, e.g. a data oneOf.

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

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

Method Detail

getValues

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

OWLException


WonderWeb