|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.change_vision.jude.api.inf.presentation.IPresentation
public IPresentation
Interface for Presentation.
| Method Summary | |
|---|---|
abstract IDiagram |
getDiagram()
Get diagram. |
abstract String |
getID()
Get ID. |
abstract String |
getLabel()
Get label. |
abstract IElement |
getModel()
Get model. |
abstract HashMap |
getProperties()
Get Properties. |
abstract String |
getProperty(String key)
Get Properties. |
abstract String |
getType()
Get Presentation Type. |
abstract void |
setLabel(String label)
Set Label. |
abstract void |
setProperties(Map map)
Set Properties. |
abstract void |
setProperty(String key,
String value)
Set Property. |
| Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner |
|---|
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks |
| Method Detail |
|---|
abstract String getID()
abstract IElement getModel()
abstract IDiagram getDiagram()
abstract String getType()
abstract HashMap getProperties()
abstract String getProperty(String key)
key - Key of Property.
abstract void setProperty(String key,
String value)
key - Key of Property.
value
Value of Property.
InvalidEditingException - InvalidEditingException occurs.
Keys:
ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community.
PARAMETER_ERROR_KEY - if a parameter is not set properly.
if the label is not edited for a presentation
in Class/Object Diagram, UseCase Diagram, StateMachine Diagram and ER Diagram.
BAD_TRANSACTION_KEY - Bad Transaction.
HAS_EXCEPTION_KEY - if an exception has occurred.
READ_ONLY_KEY - if a read-only element is edited.
Values:
Error messages for exceptions.abstract void setProperties(Map map)
map - Properties.
InvalidEditingException - InvalidEditingException occurs.
Keys:
ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community.
PARAMETER_ERROR_KEY - if a parameter is not set properly.
if the label is not edited for a presentation
in Class/Object Diagram, UseCase Diagram, StateMachine Diagram and ER Diagram.
BAD_TRANSACTION_KEY - Bad Transaction.
HAS_EXCEPTION_KEY - if an exception has occurred.
READ_ONLY_KEY - if a read-only element is edited.
Values:
Error messages for exceptions.abstract String getLabel()
abstract void setLabel(String label)
Label - Label
InvalidEditingException - InvalidEditingException occurs.
Keys:
ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community.
PARAMETER_ERROR_KEY - if a parameter is not set properly.
if the label is not edited for Topic presentation or a presentation
in Class/Object Diagram, UseCase Diagram, StateMachine Diagram and ER Diagram.
BAD_TRANSACTION_KEY - Bad Transaction.
HAS_EXCEPTION_KEY - if an exception has occurred.
READ_ONLY_KEY - if a read-only element is edited.
Values:
Error messages for exceptions.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||