org.semanticweb.elk.owlapi.wrapper
Class ElkClassExpressionWrap<T extends org.semanticweb.owlapi.model.OWLClassExpression>
java.lang.Object
org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkClassExpressionWrap<T>
- Type Parameters:
T - the type of the wrapped object
- All Implemented Interfaces:
- ElkClassExpression, ElkObject
- Direct Known Subclasses:
- ElkDataAllValuesFromWrap, ElkDataExactCardinalityWrap, ElkDataHasValueWrap, ElkDataMaxCardinalityWrap, ElkDataMinCardinalityWrap, ElkDataSomeValuesFromWrap, ElkObjectAllValuesFromWrap, ElkObjectComplementOfWrap, ElkObjectExactCardinalityWrap, ElkObjectHasSelfWrap, ElkObjectHasValueWrap, ElkObjectIntersectionOfWrap, ElkObjectMaxCardinalityWrap, ElkObjectMinCardinalityWrap, ElkObjectOneOfWrap, ElkObjectSomeValuesFromWrap, ElkObjectUnionOfWrap
public abstract class ElkClassExpressionWrap<T extends org.semanticweb.owlapi.model.OWLClassExpression>
- extends ElkObjectWrap<T>
- implements ElkClassExpression
Implements the ElkClassExpression interface by wrapping instances of
OWLClassExpression
- Author:
- Yevgeny Kazakov
accept
public abstract <O> O accept(ElkClassExpressionVisitor<O> visitor)
- Specified by:
accept in interface ElkClassExpression
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.