|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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<cz.cuni.amis.pogamut.sposh.executor.PrimitiveData> |
ExplorerFactory.createActionsExplorer(IPaletteActions paletteActions,
org.netbeans.api.project.Project project,
CrawlerListener<cz.cuni.amis.pogamut.sposh.executor.PrimitiveData>... listeners)
Create explorer for actions (classes implementing IAction) on classpath of the project. |
static Explorer<cz.cuni.amis.pogamut.sposh.elements.ActionPattern> |
ExplorerFactory.createAPExplorer(IPaletteActions paletteActions,
cz.cuni.amis.pogamut.sposh.elements.PoshPlan lapTree)
Create explorer for action patterns in the @plan. |
static Explorer<cz.cuni.amis.pogamut.sposh.elements.Competence> |
ExplorerFactory.createCompetenceExplorer(IPaletteActions paletteActions,
cz.cuni.amis.pogamut.sposh.elements.PoshPlan plan)
Create explorer for competences in the @plan. |
static Explorer<cz.cuni.amis.pogamut.sposh.executor.PrimitiveData> |
ExplorerFactory.createSensesExplorer(IPaletteActions paletteActions,
org.netbeans.api.project.Project project,
CrawlerListener<cz.cuni.amis.pogamut.sposh.executor.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||