|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface INamedElement
Interface for lap elements with name. Most of the elements have a name, but some (e.g. {@link Goal)) don't.
| Method Summary | |
|---|---|
String |
getName()
Get name of the element. |
void |
rename(String newName)
Change name of the element to newName. |
| Method Detail |
|---|
String getName()
void rename(String newName)
throws InvalidNameException,
CycleException,
DuplicateNameException
newName - New name of the element.
InvalidNameException - Passed name is not valid Yaposh name.
CycleException - Renaming causes cycle.
DuplicateNameException - Such name is already used in the plan.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||