|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Crawler | |
|---|---|
| cz.cuni.pogamut.posh.explorer | This package contains classes and methods used for searching for actions and primitives in order to be included into the plan. |
| Uses of Crawler in cz.cuni.pogamut.posh.explorer |
|---|
| Subclasses of Crawler in cz.cuni.pogamut.posh.explorer | |
|---|---|
class |
ClassCrawler
Crawl through all class and find the ones that fit the filter. |
| Methods in cz.cuni.pogamut.posh.explorer that return Crawler | |
|---|---|
static Crawler<ActionPattern> |
CrawlerFactory.createAPCrawler(PoshPlan plan)
Create crawler that will crawl the plan for its ActionPattern. |
static Crawler<Competence> |
CrawlerFactory.createCompetenceCrawler(PoshPlan plan)
Create crawler that will crawl the plan for its competences. |
| Methods in cz.cuni.pogamut.posh.explorer with parameters of type Crawler | |
|---|---|
void |
NameMapCrawler.crawledData(Crawler<PrimitiveData> crawler,
Collection<PrimitiveData> data)
|
void |
Explorer.crawledData(Crawler<T> crawler,
Collection<T> data)
|
void |
CrawlerListener.crawledData(Crawler<T> crawler,
Collection<T> data)
Crawler has found new data, and they are now passed to the listeners. |
void |
NameMapCrawler.finished(Crawler<PrimitiveData> crawler,
boolean error)
|
void |
Explorer.finished(Crawler<T> crawler,
boolean error)
|
void |
CrawlerListener.finished(Crawler<T> crawler,
boolean error)
Yay, crawler has finished!. |
void |
NameMapCrawler.started(Crawler<PrimitiveData> crawler)
|
void |
Explorer.started(Crawler<T> crawler)
|
void |
CrawlerListener.started(Crawler<T> crawler)
Crawling has started, the crawler is working. |
| Constructors in cz.cuni.pogamut.posh.explorer with parameters of type Crawler | |
|---|---|
Explorer(Crawler<T> refreshCrawler)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||