org.semanticweb.elk.owlapi.wrapper
Class ElkAxiomWrap<T extends org.semanticweb.owlapi.model.OWLAxiom>
java.lang.Object
org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkAxiomWrap<T>
- Type Parameters:
T - the type of the wrapped object
- All Implemented Interfaces:
- ElkAxiom, ElkObject
- Direct Known Subclasses:
- ElkAnnotationAssertionAxiomWrap, ElkAnnotationAxiomWrap, ElkAssertionAxiomWrap, ElkClassAxiomWrap, ElkDataPropertyAxiomWrap, ElkDatatypeDefinitionAxiomWrap, ElkDeclarationAxiomWrap, ElkHasKeyAxiomWrap, ElkObjectPropertyAxiomWrap
public abstract class ElkAxiomWrap<T extends org.semanticweb.owlapi.model.OWLAxiom>
- extends ElkObjectWrap<T>
- implements ElkAxiom
Implements the ElkAxiom interface by wrapping instances of
OWLAxiom
- Author:
- Yevgeny Kazakov
ElkAxiomWrap
public ElkAxiomWrap(T owlAxiom)
accept
public abstract <O> O accept(ElkAxiomVisitor<O> visitor)
- Specified by:
accept in interface ElkAxiom
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.