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