Uses of Class
cz.cuni.amis.pogamut.sposh.elements.Adopt

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.
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.