| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.sposh.elements |
This package contains parser for Yaposh plan, classes that represent
elements of the plan and some auxiliry classes.
|
| 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.
|
Adopt |
PoshPlan.getAdopt(int id)
Get adopt with id, equivalent of
PoshPlan.getAdopts(). |
| Modifier and Type | Method and Description |
|---|---|
List<Adopt> |
PoshPlan.getAdopts()
Get list of all ADs in the plan.
|
Trigger<Adopt> |
Adopt.getCondition()
Get exit condition of the adopt.
|
Trigger<Adopt> |
Adopt.getExitCondition() |
| Modifier and Type | Method and Description |
|---|---|
void |
PoshPlan.addAdopt(Adopt adopt) |
int |
PoshPlan.getAdoptId(Adopt adopt)
Get id of adopt.
|
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.