org.semanticweb.owlapi.model
Interface OWLDataComplementOf

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLDataRange, OWLObject, OWLPropertyRange, SWRLPredicate
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

Represents DataComplementOf in the OWL 2 Specification.


Method Summary
 OWLDataRange getDataRange()
          Gets the data range which this data range is a complement of.
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLDataRange
accept, accept, accept, accept, asOWLDatatype, getDataRangeType, isDatatype, isTopDatatype
 

Method Detail

getDataRange

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

Returns:
The complemented data range.