| 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 |
Sense.changeTo(Sense other)
Take other sense and change all attributes in the sense to be same
as in other sense.
|
void |
ActionPattern.rename(String newAPName)
Rename
ActionPattern in the PoshPlan. |
void |
TriggeredAction.setActionName(String newName)
Set name of the action.
|
void |
DriveElement.setDriveName(String newName)
Set name of the drive to new name.
|
void |
DriveCollection.setName(String newName)
Change name of the DC and notify property listeners.
|
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.
|
void |
Sense.setSenseName(String newSenseName)
Set new sense name if new name matches IDENT_PATTERN, name will be trimmed.
|
| Modifier and Type | Method and Description |
|---|---|
static InvalidNameException |
InvalidNameException.create(String name)
Create an exception about invalid name
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.