|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EncogPersistedObject
This interface flags an class as being able to be persisted into an Encog collection.
| Method Summary | |
|---|---|
Persistor |
createPersistor()
Create a persistor for this object. |
java.lang.String |
getDescription()
|
java.lang.String |
getName()
|
void |
setDescription(java.lang.String theDescription)
Set the description of this object. |
void |
setName(java.lang.String theName)
Set the name of this object. |
| Method Detail |
|---|
Persistor createPersistor()
java.lang.String getDescription()
java.lang.String getName()
void setDescription(java.lang.String theDescription)
theDescription - The description.void setName(java.lang.String theName)
theName - The name of this object.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||