org.semanticweb.elk.owlapi.wrapper
Class ElkDataPropertyWrap<T extends org.semanticweb.owlapi.model.OWLDataProperty>

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.ElkDataPropertyWrap<T>
Type Parameters:
T - the type of the wrapped object
All Implemented Interfaces:
ElkDataProperty, ElkDataPropertyExpression, ElkEntity, ElkObject

public class ElkDataPropertyWrap<T extends org.semanticweb.owlapi.model.OWLDataProperty>
extends ElkEntityWrap<T>
implements ElkDataProperty

Implements the ElkDataProperty interface by wrapping instances of OWLDataProperty

Author:
"Yevgeny Kazakov"

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkDataPropertyWrap(T owlDataProperty)
           
 
Method Summary
<O> O
accept(ElkDataPropertyExpressionVisitor<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

ElkDataPropertyWrap

public ElkDataPropertyWrap(T owlDataProperty)
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.OWLDataProperty>

accept

public <O> O accept(ElkDataPropertyExpressionVisitor<O> visitor)
Specified by:
accept in interface ElkDataPropertyExpression


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.