示例#1
0
 @Override
 public void newProperties(PropertySheet ps) throws PropertyException {
   super.newProperties(ps);
   logMath = (LogMath) ps.getComponent(PROP_LOG_MATH);
 }
示例#2
0
 /*
  * (non-Javadoc)
  *
  * @see edu.cmu.sphinx.util.props.Configurable#newProperties(edu.cmu.sphinx.util.props.PropertySheet)
  */
 @Override
 public void newProperties(PropertySheet ps) throws PropertyException {
   super.newProperties(ps);
 }