org.semanticweb.elk.owlapi.wrapper
Class ElkDataPropertyExpressionWrap<T extends org.semanticweb.owlapi.model.OWLDataPropertyExpression>

java.lang.Object
  extended by org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
      extended by org.semanticweb.elk.owlapi.wrapper.ElkDataPropertyExpressionWrap<T>
Type Parameters:
T - the type of the wrapped object
All Implemented Interfaces:
ElkDataPropertyExpression, ElkObject

public abstract class ElkDataPropertyExpressionWrap<T extends org.semanticweb.owlapi.model.OWLDataPropertyExpression>
extends ElkObjectWrap<T>
implements ElkDataPropertyExpression

Implements the ElkDataPropertyExpression interface by wrapping instances of OWLDataPropertyExpression

Author:
"Yevgeny Kazakov"

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

Constructor Detail

ElkDataPropertyExpressionWrap

public ElkDataPropertyExpressionWrap(T owlDataPropertyExpression)
Method Detail

accept

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

accept

public <O> O accept(ElkObjectVisitor<O> visitor)
Specified by:
accept in interface ElkObject


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