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

Packages that use Explorer
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 Explorer in cz.cuni.pogamut.posh.explorer
 

Methods in cz.cuni.pogamut.posh.explorer that return Explorer
static Explorer<PrimitiveData> ExplorerFactory.createActionsExplorer(IPaletteActions paletteActions, org.netbeans.api.project.Project project, CrawlerListener<PrimitiveData>... listeners)
          Create explorer for actions (classes implementing IAction) on classpath of the project.
static Explorer<ActionPattern> ExplorerFactory.createAPExplorer(IPaletteActions paletteActions, PoshPlan lapTree)
          Create explorer for action patterns in the @plan.
static Explorer<Competence> ExplorerFactory.createCompetenceExplorer(IPaletteActions paletteActions, PoshPlan plan)
          Create explorer for competences in the @plan.
static Explorer<PrimitiveData> ExplorerFactory.createSensesExplorer(IPaletteActions paletteActions, org.netbeans.api.project.Project project, CrawlerListener<PrimitiveData>... listeners)
          Create explorer for sense (classes implementing ISense) on classpath of the project.
 

Methods in cz.cuni.pogamut.posh.explorer with parameters of type Explorer
 void IExplorerActions.refresh(Explorer<T> explorer)
          Refresh the explorer.
 



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