Phenomics / ontolib

A modern Java library for working with (biological) ontologies.
https://ontolib.readthedocs.org
Other
9 stars 2 forks source link

TermID vs TermId #25

Closed johntiger1 closed 7 years ago

johntiger1 commented 7 years ago

Would it be possible to provide an adapter perhaps? Also, for curiosity's sake, what was the reason for moving from TermID to TermId? Thanks!

johntiger1 commented 7 years ago

For example, right now I have something like this: TermID t = new TermID(anno.getTermId().getIdWithPrefix());

holtgrewe commented 7 years ago

Hi, what TermID are you referring to?

We moved from TermID to TermId to adhere to the Google Java Code Style.

drseb commented 7 years ago

I also don't see any TermID in ontolib. I will close this. Let me know if you still think this is an ontolib-issue.

Wild guess: you are still importing TermID from ontologizer somewhere.