org.semanticweb.elk.owl.interfaces
Interface ElkDatatypeRestriction
- All Superinterfaces:
- ElkDataRange, ElkObject
public interface ElkDatatypeRestriction
- extends ElkDataRange
Corresponds to an Datatype
Restrictions in the OWL 2 specification.
- Author:
- Markus Kroetzsch
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject |
accept |
getDatatype
ElkDatatype getDatatype()
- Get the main datatype of this datatype restriction.
- Returns:
- The datatype of this datatype restriction.
getFacetRestrictions
List<? extends ElkFacetRestriction> getFacetRestrictions()
- Get the facet restrictions of this datatype restriction.
- Returns:
- The facet restrictions of this datatype restriction.
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.