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

Class CodeDataUnit



  • public class CodeDataUnit
    extends DataUnit
    A data unit that holds code.
    • Constructor Summary

      Constructors 
      Constructor and Description
      CodeDataUnit() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getCode() 
      void setCode(java.lang.String str)
      Set the code to the specified string.
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

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

      • CodeDataUnit

        public CodeDataUnit()
    • Method Detail

      • getCode

        public final java.lang.String getCode()
        Returns:
        THe code for this data unit.
      • setCode

        public final void setCode(java.lang.String str)
        Set the code to the specified string.
        Parameters:
        str - The new code.
      • 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.