T - the type of the wrapped objectpublic abstract class ElkObjectWrap<T extends org.semanticweb.owlapi.model.OWLObject> extends Object implements ElkObject
ElkObject interface by wrapping instances of
OWLObject| Modifier and Type | Field and Description |
|---|---|
protected static OwlConverter |
converter
The converter for converting sub-objects.
|
protected T |
owlObject
The
OWLObject for which ElkObjectWrap is created. |
| Constructor and Description |
|---|
ElkObjectWrap(T owlObject) |
protected static OwlConverter converter
protected final T extends org.semanticweb.owlapi.model.OWLObject owlObject
OWLObject for which ElkObjectWrap is created. Must be
initialized by constructors of subclasses.public ElkObjectWrap(T owlObject)
Copyright © 2011-2015 Department of Computer Science, University of Oxford. All Rights Reserved.