org.semanticweb.owlapi.model
Interface OWLDataOneOf

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLDataRange, OWLObject, OWLPropertyRange, SWRLPredicate
All Known Implementing Classes:
OWLDataOneOfImpl

public interface OWLDataOneOf
extends OWLDataRange

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006

Represents DataOneOf in the OWL 2 Specification.


Method Summary
 java.util.Set<OWLLiteral> getValues()
          Gets the values (OWLLiterals) that this data range consists of.
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLDataRange
accept, accept, accept, accept, asOWLDatatype, getDataRangeType, isDatatype, isTopDatatype
 

Method Detail

getValues

java.util.Set<OWLLiteral> getValues()
Gets the values (OWLLiterals) that this data range consists of. These values may be a mixture of org.semanticweb.owlapi.model.OWLTypedLiterals and org.semanticweb.owlapi.model.OWLStringLiterals.

Returns:
The values that this data range consists of.