|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Crawler | |
|---|---|
| cz.cuni.pogamut.posh.explorer | This package contains classes that can search for nodes of the plan (nodes=AP/C/action/sense) and GUI explorers that allow user to manipulate them. |
| 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<cz.cuni.amis.pogamut.sposh.elements.ActionPattern> |
CrawlerFactory.createAPCrawler(cz.cuni.amis.pogamut.sposh.elements.PoshPlan plan)
Create crawler that will crawl the plan for its ActionPattern. |
static Crawler<cz.cuni.amis.pogamut.sposh.elements.Competence> |
CrawlerFactory.createCompetenceCrawler(cz.cuni.amis.pogamut.sposh.elements.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<cz.cuni.amis.pogamut.sposh.executor.PrimitiveData> crawler,
Collection<cz.cuni.amis.pogamut.sposh.executor.PrimitiveData> data)
When receiving new PrimitiveData, set name mapping in ShedPresenter,
fqn to PrimitiveData. |
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<cz.cuni.amis.pogamut.sposh.executor.PrimitiveData> crawler,
boolean error)
Do nothing. |
void |
Explorer.finished(Crawler<T> crawler,
boolean error)
|
void |
CrawlerListener.finished(Crawler<T> crawler,
boolean error)
Yay, crawler has finished!. |
void |
NameMapCrawler.started(Crawler<cz.cuni.amis.pogamut.sposh.executor.PrimitiveData> crawler)
When crawling starts, clear previsou name mappings ( ShedPresenter#setNameMapping(fqn, null)) |
void |
Explorer.started(Crawler<T> crawler)
|
void |
CrawlerListener.started(Crawler<T> crawler)
Crawling has started, the crawler is working. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||