org.semanticweb.elk.owlapi.wrapper
Class ElkSubObjectPropertyExpressionWrap<T extends org.semanticweb.owlapi.model.OWLObject>

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

public abstract class ElkSubObjectPropertyExpressionWrap<T extends org.semanticweb.owlapi.model.OWLObject>
extends ElkObjectWrap<T>
implements ElkSubObjectPropertyExpression

Implements the ElkSubObjectPropertyExpression interface by wrapping instances of OWLObject

Author:
Yevgeny Kazakov

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

ElkSubObjectPropertyExpressionWrap

public ElkSubObjectPropertyExpressionWrap(T owlObject)
Method Detail

accept

public abstract <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.