Uses of Interface
org.apache.nlpcraft.model.NCModel
-
Packages that use NCModel Package Description org.apache.nlpcraft.model Contains main API for defining data models.org.apache.nlpcraft.model.factories.basic Contains basic model factory implementation.org.apache.nlpcraft.model.factories.spring Contains Spring-based model factory implementation.org.apache.nlpcraft.model.tools.sqlgen Contains model stub generator for SQL RDBMS.org.apache.nlpcraft.model.tools.test Contains model testing framework. -
-
Uses of NCModel in org.apache.nlpcraft.model
Classes in org.apache.nlpcraft.model that implement NCModel Modifier and Type Class Description class
NCModelAdapter
Adapter for data models.class
NCModelFileAdapter
Adapter for data models that can load model configuration from external JSON/YAML file.Methods in org.apache.nlpcraft.model that return NCModel Modifier and Type Method Description NCModel
NCModelFactory. mkModel(Class<? extends NCModel> type)
Constructs a model instance.Method parameters in org.apache.nlpcraft.model with type arguments of type NCModel Modifier and Type Method Description NCModel
NCModelFactory. mkModel(Class<? extends NCModel> type)
Constructs a model instance. -
Uses of NCModel in org.apache.nlpcraft.model.factories.basic
Methods in org.apache.nlpcraft.model.factories.basic that return NCModel Modifier and Type Method Description NCModel
NCBasicModelFactory. mkModel(Class<? extends NCModel> type)
Method parameters in org.apache.nlpcraft.model.factories.basic with type arguments of type NCModel Modifier and Type Method Description NCModel
NCBasicModelFactory. mkModel(Class<? extends NCModel> type)
-
Uses of NCModel in org.apache.nlpcraft.model.factories.spring
Methods in org.apache.nlpcraft.model.factories.spring that return NCModel Modifier and Type Method Description NCModel
NCSpringModelFactory. mkModel(Class<? extends NCModel> claxx)
Method parameters in org.apache.nlpcraft.model.factories.spring with type arguments of type NCModel Modifier and Type Method Description NCModel
NCSpringModelFactory. mkModel(Class<? extends NCModel> claxx)
-
Uses of NCModel in org.apache.nlpcraft.model.tools.sqlgen
Methods in org.apache.nlpcraft.model.tools.sqlgen with parameters of type NCModel Modifier and Type Method Description static NCSqlSchema
NCSqlSchemaBuilder. makeSchema(NCModel model)
Builds object presentation for SQL schema from given data model. -
Uses of NCModel in org.apache.nlpcraft.model.tools.test
Method parameters in org.apache.nlpcraft.model.tools.test with type arguments of type NCModel Modifier and Type Method Description static boolean
NCTestAutoModelValidator. isValid(Class<NCModel> claxx)
Performs validation based onNCIntentSample
andNCIntentSampleRef
annotations for given model.
-