org.semanticweb.elk.owlapi.wrapper
Class ElkObjectPropertyChainWrap<T extends org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom>
java.lang.Object
org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkSubObjectPropertyExpressionWrap<T>
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
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject |
accept |
ElkObjectPropertyChainWrap
public ElkObjectPropertyChainWrap(T owlSubPropertyChainOfAxiom)
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.