|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.neural.data.TextData
public class TextData
An Encog object that can hold text data. This object can be stored in an Encog persisted file.
| Constructor Summary | |
|---|---|
TextData()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clone this object. |
Persistor |
createPersistor()
Create a persistor to store this object. |
java.lang.String |
getDescription()
|
java.lang.String |
getName()
|
java.lang.String |
getText()
|
void |
setDescription(java.lang.String description)
Set the description of this object. |
void |
setName(java.lang.String name)
Set the name of this object. |
void |
setText(java.lang.String text)
Set the text held by this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextData()
| Method Detail |
|---|
public java.lang.Object clone()
clone in class java.lang.Objectpublic Persistor createPersistor()
createPersistor in interface EncogPersistedObjectpublic java.lang.String getDescription()
getDescription in interface EncogPersistedObjectpublic java.lang.String getName()
getName in interface EncogPersistedObjectpublic java.lang.String getText()
public void setDescription(java.lang.String description)
setDescription in interface EncogPersistedObjectdescription - The description of this object.public void setName(java.lang.String name)
setName in interface EncogPersistedObjectname - The name of this object.public void setText(java.lang.String text)
text - The text held by this object.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||