|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--net.openai.ai.nn.parser.Parser
Class declaration
| Constructor Summary | |
Parser()
Constructor declaration |
|
Parser(java.io.File configFile)
Constructor declaration |
|
| Method Summary | |
java.io.File |
getConfigFile()
Method declaration |
void |
loadConfiguration()
Method declaration |
static void |
main(java.lang.String[] args)
Method declaration |
void |
printDocument(org.w3c.dom.Document doc)
Method declaration |
void |
printNode(org.w3c.dom.Node node)
Method declaration |
void |
setConfigFile(java.io.File configFile)
Method declaration |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Parser()
public Parser(java.io.File configFile)
configFile - | Method Detail |
public void setConfigFile(java.io.File configFile)
configFile - public java.io.File getConfigFile()
public void loadConfiguration()
public void printDocument(org.w3c.dom.Document doc)
doc - public void printNode(org.w3c.dom.Node node)
node - public static void main(java.lang.String[] args)
args -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||