| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CrawlerListener.crawledData(Crawler<T> crawler,
Collection<T> data)
Crawler has found new data, and they are now passed to the listeners.
|
void |
CrawlerListener.finished(Crawler<T> crawler,
boolean error)
Yay, crawler has finished!.
|
void |
CrawlerListener.started(Crawler<T> crawler)
Crawling has started, the crawler is working.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.