|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.parse.ParseTemplate
public class ParseTemplate
Allows templates to be specified for the parser.
| Constructor Summary | |
|---|---|
ParseTemplate()
|
|
| Method Summary | |
|---|---|
void |
addRecognizer(Recognize recognize)
|
java.lang.Object |
clone()
|
Persistor |
createPersistor()
Create a persistor for this object. |
Recognize |
createRecognizer(java.lang.String name)
|
java.lang.String |
getDescription()
|
java.lang.String |
getName()
|
java.util.Collection<Recognize> |
getRecognizers()
|
void |
setDescription(java.lang.String description)
Set the description of this object. |
void |
setName(java.lang.String name)
Set the name of this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParseTemplate()
| Method Detail |
|---|
public void addRecognizer(Recognize recognize)
public Recognize createRecognizer(java.lang.String name)
public java.util.Collection<Recognize> getRecognizers()
public Persistor createPersistor()
EncogPersistedObject
createPersistor in interface EncogPersistedObjectpublic java.lang.String getName()
getName in interface EncogPersistedObjectpublic void setName(java.lang.String name)
EncogPersistedObject
setName in interface EncogPersistedObjectname - the name to setpublic java.lang.String getDescription()
getDescription in interface EncogPersistedObjectpublic void setDescription(java.lang.String description)
EncogPersistedObject
setDescription in interface EncogPersistedObjectdescription - the description to setpublic java.lang.Object clone()
clone in interface EncogPersistedObjectclone in class java.lang.Object
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||