Package ubic.basecode.ontology.model
Interface OntologyModel
-
public interface OntologyModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
unwrap(Class<T> clazz)
Unwrap the underlying implementation of the ontology model.
-
-
-
Method Detail
-
unwrap
<T> T unwrap(Class<T> clazz) throws ClassCastException
Unwrap the underlying implementation of the ontology model.- Throws:
ClassCastException
- if the implementation type does not match the given class
-
-