cz.cuni.pogamut.posh.explorer
Class CrawlerExplorerFactory

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

public final class CrawlerExplorerFactory
extends Object

Factory for creating the crawler explorers.

Author:
Honza

Constructor Summary
CrawlerExplorerFactory()
           
 
Method Summary
static JComponent createActionsExplorer(org.netbeans.api.project.Project project, CrawlerListener<PrimitiveData>... listeners)
           
static JComponent createAPExplorer(cz.cuni.amis.pogamut.sposh.elements.PoshPlan plan)
           
static JComponent createCompetenceExplorer(cz.cuni.amis.pogamut.sposh.elements.PoshPlan plan)
           
static JComponent createSensesExplorer(org.netbeans.api.project.Project project, CrawlerListener<PrimitiveData>... listeners)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrawlerExplorerFactory

public CrawlerExplorerFactory()
Method Detail

createActionsExplorer

public static JComponent createActionsExplorer(org.netbeans.api.project.Project project,
                                               CrawlerListener<PrimitiveData>... listeners)

createSensesExplorer

public static JComponent createSensesExplorer(org.netbeans.api.project.Project project,
                                              CrawlerListener<PrimitiveData>... listeners)

createCompetenceExplorer

public static JComponent createCompetenceExplorer(cz.cuni.amis.pogamut.sposh.elements.PoshPlan plan)

createAPExplorer

public static JComponent createAPExplorer(cz.cuni.amis.pogamut.sposh.elements.PoshPlan plan)


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