org.semanticweb.elk.owlapi.wrapper
Class ElkSubObjectPropertyExpressionWrap<T extends org.semanticweb.owlapi.model.OWLObject>
java.lang.Object
org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
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
ElkSubObjectPropertyExpressionWrap
public ElkSubObjectPropertyExpressionWrap(T owlObject)
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.