|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.persist.BasicPersistedSubObject
public abstract class BasicPersistedSubObject
Provides a basic implementation for an Encog persisted object that is not top level. Because it is not stored in the top level collection the name, description and collection attributes do not have meaning, and are not implemented.
| Constructor Summary | |
|---|---|
BasicPersistedSubObject()
|
|
| Method Summary | |
|---|---|
EncogCollection |
getCollection()
Not implemented. |
String |
getDescription()
Not implemented. |
String |
getName()
Not implemented. |
void |
setCollection(EncogCollection collection)
Not implemented. |
void |
setDescription(String theDescription)
Not implemented. |
void |
setName(String theName)
Not implemented. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.encog.persist.EncogPersistedObject |
|---|
createPersistor |
| Constructor Detail |
|---|
public BasicPersistedSubObject()
| Method Detail |
|---|
public EncogCollection getCollection()
getCollection in interface EncogPersistedObjectpublic String getDescription()
getDescription in interface EncogPersistedObjectpublic String getName()
getName in interface EncogPersistedObjectpublic void setCollection(EncogCollection collection)
setCollection in interface EncogPersistedObjectcollection - Not used.public void setDescription(String theDescription)
setDescription in interface EncogPersistedObjecttheDescription - Not used.public void setName(String theName)
setName in interface EncogPersistedObjecttheName - Not used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||