org.semanticweb.elk.owlapi.wrapper
Class ElkDeclarationAxiomWrap<T extends org.semanticweb.owlapi.model.OWLDeclarationAxiom>
java.lang.Object
org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkAxiomWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkDeclarationAxiomWrap<T>
- Type Parameters:
T - the type of the wrapped object
- All Implemented Interfaces:
- ElkAxiom, ElkDeclarationAxiom, ElkObject
public class ElkDeclarationAxiomWrap<T extends org.semanticweb.owlapi.model.OWLDeclarationAxiom>
- extends ElkAxiomWrap<T>
- implements ElkDeclarationAxiom
Implements the ElkDeclarationAxiom interface by wrapping instances of
OWLDeclarationAxiom
- Author:
- Yevgeny Kazakov
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject |
accept |
ElkDeclarationAxiomWrap
public ElkDeclarationAxiomWrap(T owlDeclarationAxiom)
getEntity
public ElkEntity getEntity()
- Specified by:
getEntity in interface ElkDeclarationAxiom
accept
public <O> O accept(ElkAxiomVisitor<O> visitor)
- Specified by:
accept in interface ElkAxiom- Specified by:
accept in class ElkAxiomWrap<T extends org.semanticweb.owlapi.model.OWLDeclarationAxiom>
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.