|
From: Martin D. <mar...@ge...> - 2015-03-13 20:04:56
|
Hello Jody and all I had an opportunity to discuss briefly about this naming issue during the OGC meeting. "Vocabulary" seems a good start. But I also got the "ControlledVocabulary" and "SharedVocabulary" suggestions. "ControlledVocabulary" has a definition on wikipedia that seems close to what we mean: http://en.wikipedia.org/wiki/Controlled_vocabulary Does it sound a good name for a type common to both Enumeration and CodeList? Martin Le 26/02/15 23:06, Martin Desruisseaux a écrit : > Hello Jody > > Thanks for the feedback. Yours proposal sound great. I also like > "Vocabulary", I think it is better than the current "Enumerated". There > is an OGC meeting in 2 weeks, hopefully I could also get some advices there. > > Martin > > > > Le 26/02/15 22:48, Jody Garnett a écrit : >> Tricky question, I liked code-list :( >> - Domain, Formal, Definition ... >> - Vocabulary Vocab etc.. >> >> I think I prefer Vocab out. >> >> class Foo extends CodeList implements Vocabulary { >> ... >> } >> >> enum Bar implements Vocabulary { >> A, B, D; >> } >> >> -- >> Jody Garnett |