org.semanticweb.elk.owlapi.wrapper
Class ElkObjectPropertyExpressionWrap<T extends org.semanticweb.owlapi.model.OWLObjectPropertyExpression>
java.lang.Object
org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkObjectPropertyExpressionWrap<T>
- Type Parameters:
T - the type of the wrapped object
- All Implemented Interfaces:
- ElkObject, ElkObjectPropertyExpression, ElkSubObjectPropertyExpression
- Direct Known Subclasses:
- ElkObjectInverseOfWrap
public abstract class ElkObjectPropertyExpressionWrap<T extends org.semanticweb.owlapi.model.OWLObjectPropertyExpression>
- extends ElkObjectWrap<T>
- implements ElkObjectPropertyExpression
Implements the ElkObjectPropertyExpression interface by wrapping
instances of OWLObjectPropertyExpression.
- Author:
- Yevgeny Kazakov
ElkObjectPropertyExpressionWrap
public ElkObjectPropertyExpressionWrap(T owlObjectPropertyExpression)
accept
public abstract <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
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.