org.semanticweb.elk.owlapi.wrapper
Class ElkDatatypeRestrictionWrap<T extends org.semanticweb.owlapi.model.OWLDatatypeRestriction>
java.lang.Object
org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkDataRangeWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkDatatypeRestrictionWrap<T>
- Type Parameters:
T - the type of the wrapped object
- All Implemented Interfaces:
- ElkDataRange, ElkDatatypeRestriction, ElkObject
public class ElkDatatypeRestrictionWrap<T extends org.semanticweb.owlapi.model.OWLDatatypeRestriction>
- extends ElkDataRangeWrap<T>
- implements ElkDatatypeRestriction
Implements the ElkDatatypeRestriction interface by wrapping instances
of OWLDatatypeRestriction
- Author:
- "Yevgeny Kazakov"
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject |
accept |
ElkDatatypeRestrictionWrap
public ElkDatatypeRestrictionWrap(T owlDatatypeRestriction)
getDatatype
public ElkDatatype getDatatype()
- Specified by:
getDatatype in interface ElkDatatypeRestriction
getFacetRestrictions
public List<? extends ElkFacetRestriction> getFacetRestrictions()
- Specified by:
getFacetRestrictions in interface ElkDatatypeRestriction
accept
public <O> O accept(ElkDataRangeVisitor<O> visitor)
- Specified by:
accept in interface ElkDataRange- Specified by:
accept in class ElkDataRangeWrap<T extends org.semanticweb.owlapi.model.OWLDatatypeRestriction>
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.