Package | Description |
---|---|
org.encog.bot.browse | |
org.encog.bot.dataunit |
Modifier and Type | Method and Description |
---|---|
DataUnit |
WebPage.getDataUnit(int i)
Get the DataUnit unit at the specified index.
|
Modifier and Type | Method and Description |
---|---|
List<DataUnit> |
WebPage.getData() |
Modifier and Type | Method and Description |
---|---|
void |
WebPage.addDataUnit(DataUnit unit)
Add a data unit to the collection.
|
Modifier and Type | Class and Description |
---|---|
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 © 2014. All Rights Reserved.