| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.sposh.elements |
This package contains parser for POSH plan, classes that represent
elements of POSH plan and some auxiliry classes.
|
| Modifier and Type | Method and Description |
|---|---|
CompetenceElement |
PoshParser.competenceElement(FormalParameters formalParameters)
competence-element ::= "(" NAME [ "("
|
static CompetenceElement |
LapElementsFactory.createCompetenceElement(String name)
Create new competence element with no trigger sense and default action.
|
static CompetenceElement |
LapElementsFactory.createCompetenceElement(String name,
List<Sense> triggerSenses,
String actionName) |
| Modifier and Type | Method and Description |
|---|---|
List<CompetenceElement> |
PoshParser.competencePriorities(FormalParameters formalParameters)
competence-priorities ::=
|
List<CompetenceElement> |
Competence.getChildDataNodes() |
Trigger<CompetenceElement> |
CompetenceElement.getTrigger()
Get trigger of this choice.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Competence.addElement(CompetenceElement choice)
Add passed element as the last element of this competence and emit.
|
void |
Competence.addElement(int index,
CompetenceElement choice)
Add choice as the @index element of all competences choices + emit.
|
void |
Competence.removeElement(CompetenceElement element)
Remove the
CompetenceElement from this competence and emit
notification about deletion. |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.