org.semanticweb.elk.owlapi.wrapper
Class ElkObjectPropertyChainWrap<T extends org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom>

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

public class ElkObjectPropertyChainWrap<T extends org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom>
extends ElkSubObjectPropertyExpressionWrap<T>
implements ElkObjectPropertyChain

Implements the ElkObjectPropertyChain interface by wrapping instances of OWLSubPropertyChainOfAxiom. The object corresponds to subchain expression of the axiom.

Author:
Yevgeny Kazakov

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkObjectPropertyChainWrap(T owlSubPropertyChainOfAxiom)
           
 
Method Summary
<O> O
accept(ElkSubObjectPropertyExpressionVisitor<O> visitor)
           
 List<? extends ElkObjectPropertyExpression> getObjectPropertyExpressions()
           
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkSubObjectPropertyExpressionWrap
accept
 
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
 

Constructor Detail

ElkObjectPropertyChainWrap

public ElkObjectPropertyChainWrap(T owlSubPropertyChainOfAxiom)
Method Detail

getObjectPropertyExpressions

public List<? extends ElkObjectPropertyExpression> getObjectPropertyExpressions()
Specified by:
getObjectPropertyExpressions in interface ElkObjectPropertyChain

accept

public <O> O accept(ElkSubObjectPropertyExpressionVisitor<O> visitor)
Specified by:
accept in interface ElkSubObjectPropertyExpression
Specified by:
accept in class ElkSubObjectPropertyExpressionWrap<T extends org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom>


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