org.semanticweb.elk.owlapi.wrapper
Class ElkObjectPropertyWrap<T extends org.semanticweb.owlapi.model.OWLObjectProperty>

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.ElkObjectPropertyWrap<T>
Type Parameters:
T - the type of the wrapped object
All Implemented Interfaces:
ElkEntity, ElkObject, ElkObjectProperty, ElkObjectPropertyExpression, ElkSubObjectPropertyExpression

public class ElkObjectPropertyWrap<T extends org.semanticweb.owlapi.model.OWLObjectProperty>
extends ElkEntityWrap<T>
implements ElkObjectProperty

Implements the ElkObjectProperty interface by wrapping instances of OWLObjectProperty

Author:
Yevgeny Kazakov

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkObjectPropertyWrap(T owlObjectProperty)
           
 
Method Summary
<O> O
accept(ElkEntityVisitor<O> visitor)
           
<O> O
accept(ElkObjectPropertyExpressionVisitor<O> visitor)
           
<O> O
accept(ElkSubObjectPropertyExpressionVisitor<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.ElkObject
accept
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkEntity
getIri
 

Constructor Detail

ElkObjectPropertyWrap

public ElkObjectPropertyWrap(T owlObjectProperty)
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.OWLObjectProperty>

accept

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


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