|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Adopt | |
|---|---|
| cz.cuni.amis.pogamut.sposh.elements | This package contains parser for Yaposh plan, classes that represent elements of the plan and some auxiliry classes. |
| Uses of Adopt in cz.cuni.amis.pogamut.sposh.elements |
|---|
| Methods in cz.cuni.amis.pogamut.sposh.elements that return Adopt | |
|---|---|
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().List.get(int). |
| Methods in cz.cuni.amis.pogamut.sposh.elements that return types with arguments of type Adopt | |
|---|---|
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()
|
| Methods in cz.cuni.amis.pogamut.sposh.elements with parameters of type Adopt | |
|---|---|
void |
PoshPlan.addAdopt(Adopt adopt)
|
int |
PoshPlan.getAdoptId(Adopt adopt)
Get id of adopt. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||