org.semanticweb.elk.owlapi.wrapper
Class ElkSubObjectPropertyChainOfAxiomWrap<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.ElkAxiomWrap<T>
          extended by org.semanticweb.elk.owlapi.wrapper.ElkObjectPropertyAxiomWrap<T>
              extended by org.semanticweb.elk.owlapi.wrapper.ElkSubObjectPropertyChainOfAxiomWrap<T>
Type Parameters:
T - the type of the wrapped object
All Implemented Interfaces:
ElkAxiom, ElkObject, ElkObjectPropertyAxiom, ElkSubObjectPropertyOfAxiom

public class ElkSubObjectPropertyChainOfAxiomWrap<T extends org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom>
extends ElkObjectPropertyAxiomWrap<T>
implements ElkSubObjectPropertyOfAxiom

Implements the ElkSubObjectPropertyOfAxiom interface by wrapping instances of OWLSubPropertyChainOfAxiom.

Author:
Yevgeny Kazakov

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkSubObjectPropertyChainOfAxiomWrap(T owlSubPropertyChainOfAxiom)
           
 
Method Summary
<O> O
accept(ElkObjectPropertyAxiomVisitor<O> visitor)
           
 ElkSubObjectPropertyExpression getSubObjectPropertyExpression()
           
 ElkObjectPropertyExpression getSuperObjectPropertyExpression()
           
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectPropertyAxiomWrap
accept
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkAxiomWrap
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.ElkAxiom
accept
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Constructor Detail

ElkSubObjectPropertyChainOfAxiomWrap

public ElkSubObjectPropertyChainOfAxiomWrap(T owlSubPropertyChainOfAxiom)
Method Detail

getSubObjectPropertyExpression

public ElkSubObjectPropertyExpression getSubObjectPropertyExpression()
Specified by:
getSubObjectPropertyExpression in interface ElkSubObjectPropertyOfAxiom

getSuperObjectPropertyExpression

public ElkObjectPropertyExpression getSuperObjectPropertyExpression()
Specified by:
getSuperObjectPropertyExpression in interface ElkSubObjectPropertyOfAxiom

accept

public <O> O accept(ElkObjectPropertyAxiomVisitor<O> visitor)
Specified by:
accept in interface ElkObjectPropertyAxiom
Specified by:
accept in class ElkObjectPropertyAxiomWrap<T extends org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom>


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