|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.util.props.tools.GDLDumper
public class GDLDumper
Dumps a given configuration manager as GDL. ...
Constructor Summary | |
---|---|
GDLDumper()
|
Method Summary | |
---|---|
static void |
dumpComponentAsGDL(ConfigurationManager cm,
java.io.PrintStream out,
java.lang.String name)
Dumps the given component as GDL to the given stream |
static void |
dumpGDLFooter(java.io.PrintStream out)
Dumps the footer for GDL output |
static void |
dumpGDLHeader(java.io.PrintStream out)
Outputs the GDL header |
static java.lang.String |
getColor(ConfigurationManager ConfigurationManager,
java.lang.String componentName)
Gets the color for the given component |
static void |
showConfigAsGDL(ConfigurationManager ConfigurationManager,
java.lang.String path)
Dumps the config as a GDL plot |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GDLDumper()
Method Detail |
---|
public static void dumpComponentAsGDL(ConfigurationManager cm, java.io.PrintStream out, java.lang.String name)
out
- where to dump the GDLname
- the name of the component to dumppublic static void showConfigAsGDL(ConfigurationManager ConfigurationManager, java.lang.String path) throws java.io.IOException
path
- where to output the GDL
java.io.IOException
- if an error occurspublic static void dumpGDLHeader(java.io.PrintStream out)
out
- the output streampublic static java.lang.String getColor(ConfigurationManager ConfigurationManager, java.lang.String componentName)
ConfigurationManager
- componentName
- the name of the component @return the color name for the componentpublic static void dumpGDLFooter(java.io.PrintStream out)
out
- the output stream
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |