-
Notifications
You must be signed in to change notification settings - Fork 1
ModelConfig
fluentcodes edited this page Nov 19, 2018
·
1 revision
A model in different implementents the methods defined in ModelInterface.java .
From the abstract implementation ModelConfig.java there are the following implementations available:
The ModelConfigObject.java has the most complex inner structure using the list fields for adding FiedlConfig.
As any configuration entry it's initialiazed within the Configurations via json files in the class path e.g. ModelConfig.json. Depending on the type it instantiate a different implemtentation.