| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.sposh.elements |
This package contains parser for Yaposh plan, classes that represent
elements of the plan and some auxiliry classes.
|
| cz.cuni.amis.pogamut.sposh.exceptions |
| Modifier and Type | Method and Description |
|---|---|
void |
PoshPlan.addActionPattern(ActionPattern actionPattern)
Add new AP to the lap plan (add, emit)
|
void |
PoshPlan.addAdopt(Adopt adopt) |
void |
PoshPlan.addCompetence(Competence competence)
Add competence node to the lap tree (add, emit)
|
void |
DriveCollection.addDrive(DriveElement drive)
Add passed drive as the last drive of this DC and emit new it.
|
void |
DriveCollection.addDrive(int index,
DriveElement drive) |
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.
|
static Competence |
LapElementsFactory.createCompetence(String name,
String... choices)
Create a new competence with multiple choices.
|
void |
TriggeredAction.rename(String newName)
XXX: Not implemented, because I don't have a usecase, but interface has it.
|
void |
Sense.rename(String newName)
XXX: Not implemented, because I don't have a usecase, but interface has
it.
|
void |
INamedElement.rename(String newName)
Change name of the element to newName.
|
void |
DriveElement.rename(String newName)
Becasue name of a drive is not used as reference in the plan, only call
DriveElement.setName(java.lang.String). |
void |
DriveCollection.rename(String newName)
Because DC is not referenced anywhere, it has same effect as
DriveCollection.setName(java.lang.String). |
void |
CompetenceElement.rename(String newName)
Becasue name of a choice is not used as reference in the plan, this
method only changes a name of a choice, identical to
CompetenceElement.setName(java.lang.String). |
void |
Competence.rename(String newCompetenceName)
Rename
Competence in the PoshPlan. |
void |
Adopt.rename(String newName) |
void |
ActionPattern.rename(String newAPName)
Rename
ActionPattern in the PoshPlan. |
void |
DriveElement.setName(String newName)
Set name of the drive to new name.
|
void |
CompetenceElement.setName(String name)
Set name of this choice.
|
void |
Competence.setName(String name)
Change name of competence node.
|
void |
Adopt.setName(String name) |
void |
ActionPattern.setName(String name)
Set name of AP.
|
| Modifier and Type | Method and Description |
|---|---|
static DuplicateNameException |
DuplicateNameException.create(String name) |
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.