org.simbrain.world.textworld
Class Dictionary

java.lang.Object
  extended by org.simbrain.world.textworld.Dictionary

public class Dictionary
extends Object

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

Dictionary

public Dictionary(TextWorldFrame theFrame)
Creates a new dictionary for the TextWorldFrame.

Parameters:
theFrame - TextWorldFrame
Method Detail

loadDictionary

public void loadDictionary()
Loads an existing dictioary from a file.


output

public void output()
Outputs dictionary to console.


toString

public String toString()
Overrides:
toString in class Object
Returns:
neural outputs as a string.