|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Persistor
Persistor: This interface defines a class that can load and save an EncogPersistedObject.
| Method Summary | |
|---|---|
EncogPersistedObject |
load(org.w3c.dom.Element node)
Load from the specified node. |
void |
save(EncogPersistedObject object,
javax.xml.transform.sax.TransformerHandler hd)
Save the specified object. |
| Method Detail |
|---|
EncogPersistedObject load(org.w3c.dom.Element node)
node - The node to load from.
void save(EncogPersistedObject object,
javax.xml.transform.sax.TransformerHandler hd)
object - The object to save.hd - The XML object.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||