cz.cuni.pogamut.posh.explorer
Class CrawlerFactory
java.lang.Object
cz.cuni.pogamut.posh.explorer.CrawlerFactory
public class CrawlerFactory
- extends Object
Create various crawlers.
- Author:
- Honza
- See Also:
ClassCrawlerFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CrawlerFactory
public CrawlerFactory()
createCompetenceCrawler
public static Crawler<Competence> createCompetenceCrawler(PoshPlan plan)
- Create crawler that will crawl the plan for its competences.
- Parameters:
plan - Plan that will be cralwed for its competences.
- Returns:
- Created crawler
createAPCrawler
public static Crawler<ActionPattern> createAPCrawler(PoshPlan plan)
- Create crawler that will crawl the plan for its
ActionPattern.
- Parameters:
plan - Plan that will be cralwed for its ActionPattern.
- Returns:
- Created crawler
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.