public interface CognitiveModelFactory
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
CognitiveModel |
createModel()
Creates a CognitiveModel from the factory.
|
java.util.Collection<? extends CognitiveModuleFactory> |
getModuleFactories()
Gets the CognitiveModuleFactories that are used to create a model.
|
CognitiveModel createModel()
java.util.Collection<? extends CognitiveModuleFactory> getModuleFactories()