Documentation of 'org.encog.bot.dataunit.TextDataUnit' Java class
TextDataUnit
org.encog.bot.dataunit

Class TextDataUnit



  • public class TextDataUnit
    extends DataUnit
    A data unit that holds text.
    • Constructor Summary

      Constructors 
      Constructor and Description
      TextDataUnit() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getText() 
      void setText(java.lang.String str)
      Set the text for this data unit.
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TextDataUnit

        public TextDataUnit()
    • Method Detail

      • getText

        public final java.lang.String getText()
        Returns:
        The text for this data unit.
      • setText

        public final void setText(java.lang.String str)
        Set the text for this data unit.
        Parameters:
        str - The text.
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.