Uses of Class
cz.cuni.pogamut.posh.explorer.Crawler

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<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)
          When receiving new PrimitiveData, set name mapping in ShedPresenter, fqn to PrimitiveData.
 void CrawlerListener.crawledData(Crawler<T> crawler, Collection<T> data)
          Crawler has found new data, and they are now passed to the listeners.
 void Explorer.crawledData(Crawler<T> crawler, Collection<T> data)
           
 void NameMapCrawler.finished(Crawler<PrimitiveData> crawler, boolean error)
          Do nothing.
 void CrawlerListener.finished(Crawler<T> crawler, boolean error)
          Yay, crawler has finished!.
 void Explorer.finished(Crawler<T> crawler, boolean error)
           
 void NameMapCrawler.started(Crawler<PrimitiveData> crawler)
          When crawling starts, clear previsou name mappings (ShedPresenter#setNameMapping(fqn, null))
 void CrawlerListener.started(Crawler<T> crawler)
          Crawling has started, the crawler is working.
 void Explorer.started(Crawler<T> crawler)
           
 

Constructors in cz.cuni.pogamut.posh.explorer with parameters of type Crawler
Explorer(Crawler<T> refreshCrawler)
           
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.