T - the type of the wrapped objectpublic class ElkDatatypeRestrictionWrap<T extends org.semanticweb.owlapi.model.OWLDatatypeRestriction> extends ElkDataRangeWrap<T> implements ElkDatatypeRestriction
ElkDatatypeRestriction interface by wrapping instances
of OWLDatatypeRestrictionconverter, owlObject| Constructor and Description |
|---|
ElkDatatypeRestrictionWrap(T owlDatatypeRestriction) |
| Modifier and Type | Method and Description |
|---|---|
<O> O |
accept(ElkDataRangeVisitor<O> visitor) |
ElkDatatype |
getDatatype() |
List<? extends ElkFacetRestriction> |
getFacetRestrictions() |
accepthashCodepublic ElkDatatypeRestrictionWrap(T owlDatatypeRestriction)
public ElkDatatype getDatatype()
getDatatype in interface ElkDatatypeRestrictionpublic List<? extends ElkFacetRestriction> getFacetRestrictions()
getFacetRestrictions in interface ElkDatatypeRestrictionpublic <O> O accept(ElkDataRangeVisitor<O> visitor)
accept in interface ElkDataRangeaccept in class ElkDataRangeWrap<T extends org.semanticweb.owlapi.model.OWLDatatypeRestriction>Copyright © 2011-2015 Department of Computer Science, University of Oxford. All Rights Reserved.