|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use INamedElement | |
|---|---|
| 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 INamedElement in cz.cuni.amis.pogamut.sposh.elements |
|---|
| Subinterfaces of INamedElement in cz.cuni.amis.pogamut.sposh.elements | |
|---|---|
interface |
IParametrizedElement
Interface for elements that have parameters. |
interface |
IReferenceElement
Interface for elements that can reference other elements. |
| Classes in cz.cuni.amis.pogamut.sposh.elements that implement INamedElement | |
|---|---|
class |
ActionPattern
AP is a named sequence of actions. |
class |
Adopt
Adopt element is a stopgap. |
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 is a child of DriveCollection. |
class |
Sense
Sense is a condition consisting from primitive call, predicate and value. |
class |
TriggeredAction
Triggered action is basically a call of some other entity that is supposed to be executed. |
| Methods in cz.cuni.amis.pogamut.sposh.elements with type parameters of type INamedElement | ||
|---|---|---|
protected
|
PoshDummyElement.getElementId(List<ELEMENT> elements,
ELEMENT element)
Get index of @element in all @elements. |
|
| Method parameters in cz.cuni.amis.pogamut.sposh.elements with type arguments of type INamedElement | |
|---|---|
protected static String |
PoshDummyElement.getUnusedName(String template,
List<? extends INamedElement> 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 INamedElement> elements)
Is passed name used by one of elements? |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||