|
||||||||||
| 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. |
EncogCollection |
getCollection()
|
String |
getDescription()
|
String |
getName()
|
void |
setCollection(EncogCollection collection)
|
void |
setDescription(String theDescription)
Set the description of this object. |
void |
setName(String theName)
Set the name of this object. |
| Method Detail |
|---|
Persistor createPersistor()
String getDescription()
String getName()
void setDescription(String theDescription)
theDescription - The description.void setName(String theName)
theName - The name of this object.EncogCollection getCollection()
void setCollection(EncogCollection collection)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||