IEntity
com.change_vision.jude.api.inf.model.Class and UseCase Diagram Interface
com.change_vision.jude.api.inf.presentation.Presentation Interface
com.change_vision.jude.api.inf.model.
IEntity
com.change_vision.jude.api.inf.presentation.
IPresentation
+
getID
() :
String
+
getModel
() :
IElement
+
getDiagram
() :
IDiagram
+
getType
() :
String
+
getProperties
() :
HashMap
+
getProperty
(
String
key) :
String
+
setProperty
(
String
key,
String
value) :void
+
setProperties
(
Map
map) :void
+
getLabel
() :
String
+
setLabel
(
String
label) :void
com.change_vision.jude.api.inf.model.
IElement
+
getId
() :
String
+
getOwner
() :
IElement
+
getComments
() :
IComment
[]
+
getStereotypes
() :
String
[]
+
removeStereotype
(
String
stereotype) :void
+
addStereotype
(
String
stereotype) :void
+
getTaggedValues
() :
ITaggedValue
[]
+
isReadOnly
() :boolean
+
getTypeModifier
() :
String
+
setTypeModifier
(
String
typeModifier) :void
+
getContainer
() :
IElement
+
getContainers
() :
IElement
[]
+
getPresentations
() :
IPresentation
[]