T - the type of the wrapped objectpublic abstract class ElkIndividualWrap<T extends org.semanticweb.owlapi.model.OWLIndividual> extends ElkObjectWrap<T> implements ElkIndividual
ElkIndividual interface by wrapping instances of
OWLIndividualconverter, owlObject| Constructor and Description |
|---|
ElkIndividualWrap(T owlIndividual) |
| Modifier and Type | Method and Description |
|---|---|
abstract <O> O |
accept(ElkIndividualVisitor<O> visitor) |
<O> O |
accept(ElkObjectVisitor<O> visitor) |
hashCodepublic ElkIndividualWrap(T owlIndividual)
public abstract <O> O accept(ElkIndividualVisitor<O> visitor)
accept in interface ElkIndividualpublic <O> O accept(ElkObjectVisitor<O> visitor)
Copyright © 2011-2015 Department of Computer Science, University of Oxford. All Rights Reserved.