| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.sposh.executor |
| Modifier and Type | Class and Description |
|---|---|
class |
ParamsSense<CONTEXT extends Context,RETURN>
Create new parametrized
sense using reflection. |
class |
StateSense<CONTEXT extends Context,RETURN>
Basic state sense primitive.
|
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<String,ISense> |
StateWorkExecutor.senses
Map that maps primitive name to its respective
ISense. |
| Modifier and Type | Method and Description |
|---|---|
void |
StateWorkExecutor.addSense(ISense sense)
Add primitive, use name from annotations.
|
void |
StateWorkExecutor.addSense(String name,
ISense sense)
Add new
ISense with primtive name. |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.