cz.cuni.pogamut.posh.explorer
Class CrawlerFactory

Package class diagram package CrawlerFactory
java.lang.Object
  extended by cz.cuni.pogamut.posh.explorer.CrawlerFactory

public class CrawlerFactory
extends Object

Create various crawlers.

Author:
Honza
See Also:
ClassCrawlerFactory

Constructor Summary
CrawlerFactory()
           
 
Method Summary
static Crawler<ActionPattern> createAPCrawler(PoshPlan plan)
          Create crawler that will crawl the plan for its ActionPattern.
static Crawler<Competence> createCompetenceCrawler(PoshPlan plan)
          Create crawler that will crawl the plan for its competences.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrawlerFactory

public CrawlerFactory()
Method Detail

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 © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.