owlcs/ont-api

Implement custom ONTObject#toString()

sszuev opened this issue · 1 comments

Since ONTObjectImpl (in contradistinction to OWLObjectImpl) has ref to prefixed model inside, it would be nice to replace default toString implementation (which is based on SimpleRenderer) with new one that reflects model settings

done