Model factory
Class that creates models by looking up the name of a model
in the models directory
@author: Mathieu Doucet / UTK
@contact: mathieu.doucet@nist.gov
-
class sans.models.ModelFactory.ModelFactory
Class to create available models
-
getAllModels()
Returns a list of all available models
@return: python list object
-
getModel(name='BaseComponent')
Returns the model if found
@param name: name of the model to look for
@return: the model object