org.semanticweb.elk.owlapi.wrapper
Class ElkDataPropertyExpressionWrap<T extends org.semanticweb.owlapi.model.OWLDataPropertyExpression>
java.lang.Object
org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkDataPropertyExpressionWrap<T>
- Type Parameters:
T - the type of the wrapped object
- All Implemented Interfaces:
- ElkDataPropertyExpression, ElkObject
public abstract class ElkDataPropertyExpressionWrap<T extends org.semanticweb.owlapi.model.OWLDataPropertyExpression>
- extends ElkObjectWrap<T>
- implements ElkDataPropertyExpression
Implements the ElkDataPropertyExpression interface by wrapping
instances of OWLDataPropertyExpression
- Author:
- "Yevgeny Kazakov"
ElkDataPropertyExpressionWrap
public ElkDataPropertyExpressionWrap(T owlDataPropertyExpression)
accept
public abstract <O> O accept(ElkDataPropertyExpressionVisitor<O> visitor)
- Specified by:
accept in interface ElkDataPropertyExpression
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.