google-code-export / uimafit

Automatically exported from code.google.com/p/uimafit
2 stars 1 forks source link

Move Initializable interface to uimaFIT along with related UIMAUtil.create methods #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think this interface is generally useful outside of ClearTK (like in my
uimaFIT example code, for example).

Original issue reported on code.google.com by pvogren@gmail.com on 1 May 2010 at 9:58

GoogleCodeExporter commented 9 years ago
committed initial version of Initializable and InitializableFactory and added a 
number of tests to make sure it is behaving correctly.  One substantive change 
I made to the create(UimaContext, Class) from what was in ClearTK is that I 
assume that inner classes passed into this method will be static (i.e. I do not 
create an instance of the declaring class if the inner class is not static).  

Original comment by pvogren@gmail.com on 9 Jun 2010 at 5:57

GoogleCodeExporter commented 9 years ago

Original comment by pvogren@gmail.com on 9 Jun 2010 at 5:57