* edu.cmu.sphinx.util.props.Configurable#newProperties(edu.cmu.sphinx.
* util.props.PropertySheet)
*/
public void newProperties(PropertySheet ps) throws PropertyException {
if (allocated) {
throw new PropertyException(
ClassBasedLanguageModel.class.getName(),
null,
"Can't change properties after allocation");
}
classMap = (ClassMap) ps.getComponent(PROP_CLASS_MAP);