INamedElement
com.change_vision.jude.api.inf.model.activity diagram interface
com.change_vision.jude.api.inf.model.
IElement
+
getId
() :
String
+
getOwner
() :
IElement
+
getComments
() :int[]
+
getStereotypes
() :
String
[]
+
getTaggedValues
() :int[]
com.change_vision.jude.api.inf.model.
INamedElement
+
getName
() :
String
+
getConstraints
() :int[]
+
getSupplierDependencies
() :
IDependency
[]
+
getClientDependencies
() :
IDependency
[]
+
getDefinition
() :
String
+
isPublicVisibility
() :boolean
+
isProtectedVisibility
() :boolean
+
isPrivateVisibility
() :boolean
+
isPackageVisibility
() :boolean
+
getDiagrams
() :
IDiagram
[]
com.change_vision.jude.api.inf.model.
IFlow
+
getSource
() :
IActivityNode
+
getTarget
() :
IActivityNode
+
getGuard
() :
String
+
getAction
() :
String
com.change_vision.jude.api.inf.model.
IInteractionOperand
+
getGuard
() :
String
+
getLifelines
() :int[]
com.change_vision.jude.api.inf.model.
IActivityNode
+
getIncomings
() :
IFlow
[]
+
getOutgoings
() :
IFlow
[]
com.change_vision.jude.api.inf.model.
IPartition
+
getSuperPartition
() :
IPartition
+
getSubPartitions
() :
IPartition
[]
+
getActivityNodes
() :
IActivityNode
[]
com.change_vision.jude.api.inf.model.
IDependency
+
getSupplier
() :
INamedElement
+
getClient
() :
INamedElement
com.change_vision.jude.api.inf.model.
IActivity
+
getPartitions
() :
IPartition
[]
+
getActivityNodes
() :
IActivityNode
[]
+
getFlows
() :
IFlow
[]
com.change_vision.jude.api.inf.model.
IDiagram
+
getText
() :
String
[]