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

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
 

Methods in cz.cuni.pogamut.posh.explorer with parameters of type Crawler
 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 © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.