diva.sketch.rcl
Class BasicStrokeBuilder

java.lang.Object
  extended by diva.util.xml.AbstractXmlBuilder
      extended by diva.sketch.rcl.BasicStrokeBuilder
All Implemented Interfaces:
XmlBuilder

public class BasicStrokeBuilder
extends AbstractXmlBuilder

Build a BasicStrokeRecognizer using the trainingFile parameter.

Version:
$Revision: 1.3 $
Author:
Michael Shilman (michaels@eecs.berkeley.edu)

Field Summary
static String TRAINING_PARAM
          The parameter for the training file that will be used to train the recognizer.
 
Constructor Summary
BasicStrokeBuilder()
           
 
Method Summary
 Object build(XmlElement elt, String type)
          Build a BasicStrokeRecognizer using the trainingFile parameter.
 
Methods inherited from class diva.util.xml.AbstractXmlBuilder
generate, getDelegate, setDelegate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRAINING_PARAM

public static final String TRAINING_PARAM
The parameter for the training file that will be used to train the recognizer.

See Also:
Constant Field Values
Constructor Detail

BasicStrokeBuilder

public BasicStrokeBuilder()
Method Detail

build

public Object build(XmlElement elt,
                    String type)
             throws Exception
Build a BasicStrokeRecognizer using the trainingFile parameter.

Specified by:
build in interface XmlBuilder
Specified by:
build in class AbstractXmlBuilder
Throws:
Exception


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.