|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataUnit | |
|---|---|
| org.encog.bot.browse | |
| org.encog.bot.dataunit | |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||