| Package | Description |
|---|---|
| cz.cuni.pogamut.posh.explorer |
This package contains classes and methods used for searching for actions and primitives in order to be included into the plan.
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<CrawlerListener<T>> |
Crawler.listeners
Set of listeners for crawler.
|
protected Set<CrawlerListener<T>> |
Crawler.listenersUm
Unmodifiable wrapper of listeners.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Crawler.addListener(CrawlerListener<T> listener)
Add listener for crawler.
|
static JComponent |
CrawlerExplorerFactory.createActionsExplorer(org.netbeans.api.project.Project project,
CrawlerListener<PrimitiveData>... listeners) |
static JComponent |
CrawlerExplorerFactory.createSensesExplorer(org.netbeans.api.project.Project project,
CrawlerListener<PrimitiveData>... listeners) |
boolean |
Crawler.removeListener(CrawlerListener<T> listener)
Remove crawler listener from set of listeners.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.