T - the type of the wrapped objectpublic abstract class ElkAxiomWrap<T extends org.semanticweb.owlapi.model.OWLAxiom> extends ElkObjectWrap<T> implements ElkAxiom
ElkAxiom interface by wrapping instances of
OWLAxiomconverter, owlObject| Constructor and Description |
|---|
ElkAxiomWrap(T owlAxiom) |
| Modifier and Type | Method and Description |
|---|---|
abstract <O> O |
accept(ElkAxiomVisitor<O> visitor) |
<O> O |
accept(ElkObjectVisitor<O> visitor) |
hashCodepublic ElkAxiomWrap(T owlAxiom)
public abstract <O> O accept(ElkAxiomVisitor<O> visitor)
public <O> O accept(ElkObjectVisitor<O> visitor)
Copyright © 2011-2015 Department of Computer Science, University of Oxford. All Rights Reserved.