|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.change_vision.jude.api.inf.model.IElement
public abstract IElement
Interface for elements.
Method Summary | |
---|---|
abstract void |
addStereotype(String stereotype)
Add a stereotype. |
abstract IComment[] |
getComments()
Get Comments. |
abstract IElement |
getContainer()
Get hierarchy parent including namespace. |
abstract IElement[] |
getContainers()
Get hierarchy parents including namespace. |
abstract String |
getId()
Get ID. |
abstract IElement |
getOwner()
Get Namespace. |
abstract IPresentation[] |
getPresentations()
Get Presentations. |
abstract String[] |
getStereotypes()
Get Stereotypes. |
abstract String |
getTaggedValue(String key)
Get The Value Of Specified Tagged Values. |
abstract ITaggedValue[] |
getTaggedValues()
Get Tagged Values. |
abstract String |
getTypeModifier()
Get Type Modifier. |
abstract boolean |
hasStereotype(String stereotype)
True if the element has the target Stereotype. |
abstract boolean |
isReadOnly()
Check if this element is read only. |
abstract void |
removeStereotype(String stereotype)
Remove a stereotype. |
abstract void |
setTypeModifier(String typeModifier)
Not implemented yet. Set Type Modifier. |
Method Detail |
---|
abstract String getId()
abstract IElement getOwner()
abstract IElement getContainer()
abstract IElement[] getContainers()
abstract IComment[] getComments()
abstract String[] getStereotypes()
abstract boolean hasStereotype(String stereotype)
stereotype
- Stereotype
abstract void removeStereotype(String stereotype)
stereotype
- Stereotype
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. 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 addStereotype(String stereotype)
stereotype
- Stereotype
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. 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 ITaggedValue[] getTaggedValues()
abstract String getTaggedValue(String key)
abstract boolean isReadOnly()
abstract String getTypeModifier()
abstract IPresentation[] getPresentations()
InvalidUsingException
- InvalidUsingException occurs.
Keys: ILLEGAL_USE_ERROR_KEY - if Presentation API is used in astah* community.
Values: Error messages for exceptions.
abstract void setTypeModifier(String typeModifier)
typeModifier
- Type Modifier
InvalidEditingException
- InvalidEditingException occurs.
Keys: ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community. INVALID_TYPE_MODIFIER_MODEL_ERROR_KEY - if a Type Modifier cannot be set to the model. 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 |