| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.sposh.elements |
This package contains parser for POSH plan, classes that represent
elements of POSH plan and some auxiliry classes.
|
| cz.cuni.amis.pogamut.sposh.engine |
| Modifier and Type | Method and Description |
|---|---|
Adopt |
PoshParser.adapt()
adapt ::= AD NAME [
|
Adopt |
PoshPlan.getAD(String name)
Returns adopt from the plan with specified name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Adopt> |
PoshPlan.getAdopts()
Get list of all ADs in the plan.
|
Trigger<Adopt> |
Adopt.getExitCondition() |
| Modifier and Type | Method and Description |
|---|---|
void |
PoshPlan.addAdopt(Adopt adopt) |
| Modifier and Type | Method and Description |
|---|---|
Trigger<Adopt> |
ADExecutor.getExitCondition() |
| Constructor and Description |
|---|
ADExecutor(PoshPlan plan,
Adopt ad,
VariableContext ctx,
Logger log) |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.