| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.sposh.executor |
Classes for creation and execution of primitives.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Fail
Primitive sense that always fails (returns false) and does nothing else.
|
class |
ParamsSense<CONTEXT extends Context,RETURN>
Create new parametrized
sense using reflection. |
class |
StateSense<CONTEXT extends Context,RETURN>
Basic state sense primitive.
|
class |
Succeed
Primitive sense, always succeed (return true) and do nothing else.
|
| 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 © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.