|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.change_vision.jude.api.inf.model.IClass
public IClass
Interface for classes.
Field Summary |
---|
Fields inherited from class com.change_vision.jude.api.inf.model.INamedElement |
---|
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY |
Method Summary | |
---|---|
abstract IAttribute[] |
getAttributes()
Get Attributes. |
abstract IGeneralization[] |
getGeneralizations()
Get Generalization. |
abstract IClass[] |
getNestedClasses()
Get Nested Classes. |
abstract IOperation[] |
getOperations()
Get Operations. |
abstract IPort[] |
getPorts()
Get Ports. |
abstract IGeneralization[] |
getSpecializations()
Get Specializations. |
abstract ITemplateBinding[] |
getTemplateBindings()
Get Template Bindings. |
abstract IClassifierTemplateParameter[] |
getTemplateParameters()
Get Template Parameters. |
abstract boolean |
isAbstract()
Check if the class is abstract. |
abstract boolean |
isActive()
Check if the class is active. |
abstract boolean |
isLeaf()
Check if the element is a leaf. |
abstract void |
setAbstract(boolean isAbstract)
Set Abstract to Class. |
abstract void |
setActive(boolean isActive)
Set Active to Class. |
abstract void |
setLeaf(boolean isLeaf)
Set Leaf to Class. |
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement |
---|
getAlias1, getAlias2, getClientDependencies, getClientRealizations, getClientUsages, getConstraints, getDefinition, getDiagrams, getFullName, getFullNamespace, getName, getSupplierDependencies, getSupplierRealizations, getSupplierUsages, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility |
Methods inherited from class com.change_vision.jude.api.inf.model.IElement |
---|
addStereotype, getComments, getContainer, getContainers, getId, getOwner, getPresentations, getStereotypes, getTaggedValues, getTypeModifier, hasStereotype, isReadOnly, removeStereotype, setTypeModifier |
Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner |
---|
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks |
Method Detail |
---|
abstract boolean isAbstract()
abstract boolean isLeaf()
abstract boolean isActive()
abstract IAttribute[] getAttributes()
abstract IOperation[] getOperations()
abstract IClass[] getNestedClasses()
abstract IGeneralization[] getGeneralizations()
abstract IGeneralization[] getSpecializations()
abstract IClassifierTemplateParameter[] getTemplateParameters()
abstract ITemplateBinding[] getTemplateBindings()
abstract void setAbstract(boolean isAbstract)
isAbstract
- if true, it is abstract, otherwise, it is not abstract.
InvalidEditingException
- InvalidEditingException occurs.
Keys: ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community. 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 setLeaf(boolean isLeaf)
isLeaf
- if true, it is not a leaf, otherwise, it is a leaf.
InvalidEditingException
- InvalidEditingException occurs.
Keys: ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community. 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 setActive(boolean isActive)
isActive
- if true, it is active, otherwise, it is not active.
InvalidEditingException
- InvalidEditingException occurs.
Keys: ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community. 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 IPort[] getPorts()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |