| Package | Description |
|---|---|
| edu.cmu.sphinx.util.props |
| Modifier and Type | Method and Description |
|---|---|
<T> java.util.List<T> |
PropertySheet.getComponentList(java.lang.String name,
java.lang.Class<T> tclass)
Gets a list of components associated with the given parameter name
|
java.util.List<java.lang.String> |
PropertySheet.getStringList(java.lang.String name)
Gets a list of float numbers associated with the given parameter name
|
<C extends Configurable> |
ConfigurationManager.lookup(java.lang.String instanceName)
Looks up a configurable component by name.
|