Package | Description |
---|---|
mobi.narf.recognition.configuration |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ComponentConfiguration> |
RecognitionConfiguration.getComponents()
Returns the components of the configuration.
|
Constructor and Description |
---|
ComponentConfiguration(ComponentConfiguration base)
Creates a new component configuration by copying the base existing configuration
deeply.
|
ComponentConfiguration(java.lang.String name,
ComponentConfiguration base)
Creates a new component configuration by copying the base existing configuration
deeply and changing its name.
|