|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.app.analyst.util.ConvertStringConst
public final class ConvertStringConst
Convert several Analyst String to the correct object.
Method Summary | |
---|---|
static String |
analystFileFormat2String(AnalystFileFormat af)
Convert a file format to a string. |
static CSVFormat |
convertToCSVFormat(AnalystFileFormat af)
Convert an analyst format to a csv format. |
static AnalystFileFormat |
string2AnalystFileFormat(String str)
Convert a string to an analyst file format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String analystFileFormat2String(AnalystFileFormat af)
af
- The file format.
public static CSVFormat convertToCSVFormat(AnalystFileFormat af)
af
- The analyst format.
public static AnalystFileFormat string2AnalystFileFormat(String str)
str
- The string.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |