Class Summary |
ClassFinder |
This class is used mainly to facilitate scanning all the folders of sphinx system, and to filter classes that are
Configurable (implements 'edu.cmu.sphinx.util.props.Configurable' in one of the ancestors) and are not of Interface
type. |
ClassTraverseTester |
This class is used to traverse the sphinx system; used to test if model built is correct |
ConfigurableComponent |
This class holds information about one configurable class in the Sphinx model
Which includes the classname, property list, class description,group name,
and the configuration sets that are defined for this class
This class, combined with ConfigurableProperty construct
the Sphinx model. |
ConfigurableProperty |
This class holds information about a Configurable property that
is owned by a Configurable class. |
JavadocExtractor |
This is a helper class to retrieve the javadoc information of
Sphinx classes |
ModelBuilder |
This class builds a model of the sphinx configurable system it will create ConfigurableComponent and
ConfigurableProperty instances as the main components of the model. |
PropertyType |
an enum-style type that defines the possible property types. |
SysCommandExecutor |
This class is used to execute command line at from Java runtime
Usage of following class ... |