|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidNameException | |
|---|---|
| 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 | |
| Uses of InvalidNameException in cz.cuni.amis.pogamut.sposh.elements |
|---|
| Methods in cz.cuni.amis.pogamut.sposh.elements that throw InvalidNameException | |
|---|---|
void |
Sense.changeTo(Sense other)
Take other sense and change all attributes in the sense to be same as in other sense. |
void |
Adopt.rename(String newName)
|
void |
INamedElement.rename(String newName)
Change name of the element to newName. |
void |
Competence.rename(String newCompetenceName)
Rename Competence in the PoshPlan. |
void |
Sense.rename(String newName)
XXX: Not implemented, because I don't have a usecase, but interface has it. |
void |
DriveCollection.rename(String newName)
Because DC is not referenced anywhere, it has same effect as DriveCollection.setName(java.lang.String). |
void |
ActionPattern.rename(String newAPName)
Rename ActionPattern in the PoshPlan. |
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 |
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 |
TriggeredAction.rename(String newName)
XXX: Not implemented, because I don't have a usecase, but interface has it. |
void |
TriggeredAction.setActionName(String newName)
Set name of the action. |
void |
Adopt.setName(String name)
|
void |
Competence.setName(String name)
Change name of competence node. |
void |
DriveCollection.setName(String newName)
Change name of the DC and notify property listeners. |
void |
ActionPattern.setName(String name)
Set name of AP. |
void |
DriveElement.setName(String newName)
Set name of the drive to new name. |
void |
CompetenceElement.setName(String name)
Set name of this choice. |
void |
Sense.setSenseName(String newSenseName)
Set new sense name if new name matches IDENT_PATTERN, name will be trimmed. |
| Uses of InvalidNameException in cz.cuni.amis.pogamut.sposh.exceptions |
|---|
| Methods in cz.cuni.amis.pogamut.sposh.exceptions that return InvalidNameException | |
|---|---|
static InvalidNameException |
InvalidNameException.create(String name)
Create an exception about invalid name |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||