|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.simbrain.world.textworld.Dictionary
public class Dictionary
Dictionary associates words with neural inputs and outputs.
| Constructor Summary | |
|---|---|
Dictionary(TextWorldFrame theFrame)
Creates a new dictionary for the TextWorldFrame. |
|
| Method Summary | |
|---|---|
void |
loadDictionary()
Loads an existing dictioary from a file. |
void |
output()
Outputs dictionary to console. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Dictionary(TextWorldFrame theFrame)
theFrame - TextWorldFrame| Method Detail |
|---|
public void loadDictionary()
public void output()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||