| 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 |
|---|---|
Competence |
PoshParser.competence()
competence ::= C NAME ( NIL | "("
|
static Competence |
LapElementsFactory.createCompetence(Competence c)
Create a C with same structure as passed c (only structure, no listeners
or shared objects).
|
static Competence |
LapElementsFactory.createCompetence(String name,
String... choices)
Create a new competence with multiple choices.
|
Competence |
PoshPlan.getC(String name)
Return competence from this plan with specified name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Competence> |
PoshPlan.getCompetences()
Get list of all competences.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PoshPlan.addCompetence(Competence competence)
Add competence node to the lap tree (add, emit)
|
static Competence |
LapElementsFactory.createCompetence(Competence c)
Create a C with same structure as passed c (only structure, no listeners
or shared objects).
|
void |
PoshPlan.removeCompetence(Competence removeCompetence)
Remove competence from the plan and notify listeners about removal of
child.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.