org.semanticweb.elk.owl.interfaces
Interface ElkFacetRestriction
- All Superinterfaces:
- ElkObject
public interface ElkFacetRestriction
- extends ElkObject
Corresponds to a pair of constraining facet and restriction value as used in
OWL 2
Datatype Restrictions.
- Author:
- Markus Kroetzsch
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject |
accept |
getConstrainingFacet
ElkIri getConstrainingFacet()
- Get the IRI of the constraining facet.
- Returns:
- IRI of the facet
getRestrictionValue
ElkLiteral getRestrictionValue()
- Get the literal used as a restriction value.
- Returns:
- the literal used as restriction value
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.