org.simbrain.world.textworld
Class Entry

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

public class Entry
extends Object

Entry.


Constructor Summary
Entry(String string, String vector)
          Entry.
 
Method Summary
 String getTextString()
           
 double[] getTextVector()
           
 void setTextString(String textString)
           
 void setTextVector(double[] textVector)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Entry

public Entry(String string,
             String vector)
Entry.

Parameters:
string - String
vector - Vector
Method Detail

getTextString

public String getTextString()
Returns:
Returns the textString.

setTextString

public void setTextString(String textString)
Parameters:
textString - The textString to set.

getTextVector

public double[] getTextVector()
Returns:
Returns the textVector.

setTextVector

public void setTextVector(double[] textVector)
Parameters:
textVector - The textVector to set.

toString

public String toString()
Overrides:
toString in class Object
Returns:
new string using the textVector.
See Also:
Object.toString