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

Packages that use NamedLapElement
cz.cuni.amis.pogamut.sposh.elements This package contains parser for POSH plan, classes that represent elements of POSH plan and some auxiliry classes. 
 

Uses of NamedLapElement in cz.cuni.amis.pogamut.sposh.elements
 

Subclasses of NamedLapElement in cz.cuni.amis.pogamut.sposh.elements
 class ActionPattern
          AP is a named sequence of actions.
 class Adopt
           
 class Competence
          Competence is basically a named structure offering several choices.
 class CompetenceElement
          CompetenceElement is basically one of choices of the competence.
 class DriveCollection
          This is root of POSH plan in execution sense.
 class DriveElement
          Drive element (very informative, I know).
 class Sense
          Sense is basically a function in Python or Java.
 class TriggeredAction
          Triggered action is basically a call of some other entity that is supposed to be executed.
 

Method parameters in cz.cuni.amis.pogamut.sposh.elements with type arguments of type NamedLapElement
protected static String PoshDummyElement.getUnusedName(String template, List<? extends NamedLapElement> elements)
          Get valid name for new element, but name can't be same as any name used by passed elements.
protected static boolean PoshDummyElement.isUsedName(String name, List<? extends NamedLapElement> elements)
          Is passed name used by one of elements?
 



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