org.encog.persist
Class BasicPersistedSubObject

java.lang.Object
  extended by org.encog.persist.BasicPersistedSubObject
All Implemented Interfaces:
Serializable, EncogPersistedObject
Direct Known Subclasses:
BasicSynapse, Matrix

public abstract class BasicPersistedSubObject
extends Object
implements EncogPersistedObject

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.

See Also:
Serialized Form

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

BasicPersistedSubObject

public BasicPersistedSubObject()
Method Detail

getCollection

public EncogCollection getCollection()
Not implemented. This object is not a "top level persisted object".

Specified by:
getCollection in interface EncogPersistedObject
Returns:
Always returns null.

getDescription

public String getDescription()
Not implemented. This object is not a "top level persisted object".

Specified by:
getDescription in interface EncogPersistedObject
Returns:
Always returns null.

getName

public String getName()
Not implemented. This object is not a "top level persisted object".

Specified by:
getName in interface EncogPersistedObject
Returns:
Always returns null.

setCollection

public void setCollection(EncogCollection collection)
Not implemented. This object is not a "top level persisted object".

Specified by:
setCollection in interface EncogPersistedObject
Parameters:
collection - Not used.

setDescription

public void setDescription(String theDescription)
Not implemented. This object is not a "top level persisted object".

Specified by:
setDescription in interface EncogPersistedObject
Parameters:
theDescription - Not used.

setName

public void setName(String theName)
Not implemented. This object is not a "top level persisted object".

Specified by:
setName in interface EncogPersistedObject
Parameters:
theName - Not used.


Copyright © 2011. All Rights Reserved.