org.semanticweb.elk.owlapi.wrapper
Class ElkDatatypeWrap<T extends org.semanticweb.owlapi.model.OWLDatatype>

java.lang.Object
  extended by org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
      extended by org.semanticweb.elk.owlapi.wrapper.ElkEntityWrap<T>
          extended by 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"

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkDatatypeWrap(T owlDatatype)
           
 
Method Summary
<O> O
accept(ElkDataRangeVisitor<O> visitor)
           
<O> O
accept(ElkEntityVisitor<O> visitor)
           
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkEntityWrap
accept, getIri
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
hashCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkEntity
getIri
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Constructor Detail

ElkDatatypeWrap

public ElkDatatypeWrap(T owlDatatype)
Method Detail

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.