org.semanticweb.elk.owlapi.wrapper
Class ElkObjectPropertyExpressionWrap<T extends org.semanticweb.owlapi.model.OWLObjectPropertyExpression>

java.lang.Object
  extended by org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
      extended by org.semanticweb.elk.owlapi.wrapper.ElkObjectPropertyExpressionWrap<T>
Type Parameters:
T - the type of the wrapped object
All Implemented Interfaces:
ElkObject, ElkObjectPropertyExpression, ElkSubObjectPropertyExpression
Direct Known Subclasses:
ElkObjectInverseOfWrap

public abstract class ElkObjectPropertyExpressionWrap<T extends org.semanticweb.owlapi.model.OWLObjectPropertyExpression>
extends ElkObjectWrap<T>
implements ElkObjectPropertyExpression

Implements the ElkObjectPropertyExpression interface by wrapping instances of OWLObjectPropertyExpression.

Author:
Yevgeny Kazakov

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

ElkObjectPropertyExpressionWrap

public ElkObjectPropertyExpressionWrap(T owlObjectPropertyExpression)
Method Detail

accept

public abstract <O> O accept(ElkObjectPropertyExpressionVisitor<O> visitor)
Specified by:
accept in interface ElkObjectPropertyExpression

accept

public <O> O accept(ElkSubObjectPropertyExpressionVisitor<O> visitor)
Specified by:
accept in interface ElkSubObjectPropertyExpression

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.