IClass
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.
IClass
+
isAbstract
() :boolean
+
isLeaf
() :boolean
+
isActive
() :boolean
+
getAttributes
() :
IAttribute
[]
+
getOperations
() :
IOperation
[]
+
getNestedClasses
() :
IClass
[]
+
getGeneralizations
() :
IGeneralization
[]
+
getSpecializations
() :
IGeneralization
[]
+
getSupplierRealizations
() :
IRealization
[]
+
getClientRealizations
() :
IRealization
[]
com.change_vision.jude.api.inf.model.
ISubsystem
com.change_vision.jude.api.inf.model.
IUseCase
+
getExtensionPoints
() :
IExtentionPoint
[]
+
getIncludes
() :
IInclude
[]
+
getAdditionInvs
() :
IInclude
[]
+
getExtends
() :
IExtend
[]
+
getExtendedCaseInvs
() :
IExtend
[]
com.change_vision.jude.api.inf.model.
IAssociationClass