org.semanticweb.owl.model
Interface OWLDataComplementOf

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

public interface OWLDataComplementOf
extends OWLDataRange

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


Method Summary
 OWLDataRange getDataRange()
          Gets the data range which this data range is a complement of.
 
Methods inherited from interface org.semanticweb.owl.model.OWLDataRange
accept, accept, isDataType
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
accept, accept, getSignature
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getDataRange

OWLDataRange getDataRange()
Gets the data range which this data range is a complement of.

Returns:
The complemented data range.