IOperation
com.change_vision.jude.api.inf.model.class and usecase diagram interface
com.change_vision.jude.api.inf.model.
INamedElement
+
getName
() :
String
+
getConstraints
() :
IConstraint
[]
+
getSupplierDependencies
() :
IDependency
[]
+
getClientDependencies
() :
IDependency
[]
+
getDefinition
() :
String
+
isPublicVisibility
() :boolean
+
isProtectedVisibility
() :boolean
+
isPrivateVisibility
() :boolean
+
isPackageVisibility
() :boolean
+
getDiagrams
() :
IDiagram
[]
com.change_vision.jude.api.inf.model.
IOperation
+
getParameters
() :
IParameter
[]
+
getReturnType
() :
IClass
+
getReturnTypeExpression
() :
String
+
isLeaf
() :boolean
+
isAbstract
() :boolean
+
isStatic
() :boolean