Uses of Class
org.encog.bot.dataunit.DataUnit

Packages that use DataUnit
org.encog.bot.browse This class contains Encog's browser functions. 
org.encog.bot.dataunit This package contains all of the data units for Encog's browser. 
 

Uses of DataUnit in org.encog.bot.browse
 

Methods in org.encog.bot.browse that return DataUnit
 DataUnit WebPage.getDataUnit(int i)
          Get the DataUnit unit at the specified index.
 

Methods in org.encog.bot.browse that return types with arguments of type DataUnit
 List<DataUnit> WebPage.getData()
           
 

Methods in org.encog.bot.browse with parameters of type DataUnit
 void WebPage.addDataUnit(DataUnit unit)
          Add a data unit to the collection.
 

Uses of DataUnit in org.encog.bot.dataunit
 

Subclasses of DataUnit in org.encog.bot.dataunit
 class CodeDataUnit
          A data unit that holds code.
 class TagDataUnit
          A data unit that holds a tag.
 class TextDataUnit
          A data unit that holds text.
 



Copyright © 2011. All Rights Reserved.