| 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.
|
| cz.cuni.amis.pogamut.sposh.exceptions |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionPattern.addAction(int index,
TriggeredAction action)
Add new @action as action of this AP, emit new child.
|
void |
ActionPattern.addAction(TriggeredAction action)
Add new TriggeredAction as child of this AP.
|
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 |
ActionPattern.rename(String newAPName)
Rename
ActionPattern in the PoshPlan. |
void |
TriggeredAction.setActionName(String newName)
Set name of the action.
|
void |
Competence.setName(String name)
Change name of competence node.
|
void |
Adopt.setName(String name) |
void |
ActionPattern.setName(String name)
Set name of AP.
|
void |
TriggeredAction.synchronize(TriggeredAction source)
Take @source action and set all properties (name, parameters...) to be
same as the @source.
|
| Modifier and Type | Method and Description |
|---|---|
static CycleException |
CycleException.createFromName(String name)
Create a new exception that specifies which name caused the cycle.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.