|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.persist.persistors.ParseTemplatePersistor
public class ParseTemplatePersistor
The Encog persistor used to persist the ParseTemplate class.
| Constructor Summary | |
|---|---|
ParseTemplatePersistor()
|
|
| Method Summary | |
|---|---|
EncogPersistedObject |
load(ReadXML in)
Load ParseTemplate object. |
void |
save(EncogPersistedObject object,
WriteXML out)
Save the parse template. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParseTemplatePersistor()
| Method Detail |
|---|
public EncogPersistedObject load(ReadXML in)
load in interface Persistorin - The XML to read it from.
public void save(EncogPersistedObject object,
WriteXML out)
save in interface Persistorobject - The object to save.out - The XML writer.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||